Skip to content

Commit

Permalink
revert checking on next-R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 1, 2024
1 parent dfd04ce commit f073e1e
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 @@ -28,14 +28,12 @@ jobs:
config:
- {os: macOS-latest, r: 'release'}

- {os: windows-latest, r: 'next'}
- {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'}

- {os: ubuntu-latest, r: 'next'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', locale: 'en_US'}
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release', locale: 'zh_CN'}
Expand Down

0 comments on commit f073e1e

Please sign in to comment.