Skip to content

Commit

Permalink
Drop windows 3.6 from CI (#2457)
Browse files Browse the repository at this point in the history
Since we're dropping R 3.6 support in a week, and the PKI build failure on windows is a pretty minor issue (but is breaking the builds)
  • Loading branch information
hadley authored Apr 17, 2024
1 parent b8bb5d9 commit c716162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

Expand Down

0 comments on commit c716162

Please sign in to comment.