We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64fabd commit 165d173Copy full SHA for 165d173
.github/workflows/R-CMD-check.yaml
@@ -24,11 +24,11 @@ jobs:
24
matrix:
25
config:
26
- {os: macos-latest, r: 'release'}
27
-
28
- - {os: windows-latest, r: 'release'}
29
- # use 4.0 or 4.1 to check with rtools40's older compiler
30
- - {os: windows-latest, r: 'oldrel-4'}
31
+ - {os: windows-2025, r: '4.5'}
+ - {os: windows-2025, r: '4.4'}
+ - {os: windows-2025, r: '4.3'}
+ - {os: windows-2025, r: '4.2'}
+ - {os: windows-2025, r: '4.1'}
32
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
33
- {os: ubuntu-latest, r: 'release'}
34
- {os: ubuntu-latest, r: 'oldrel-1'}
0 commit comments