Skip to content

Commit

Permalink
Test older linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 3, 2024
1 parent a4a890e commit 01a159f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
config:
- {os: macos-13, r: 'release'}
- {os: macos-14, r: 'release'}
- {os: windows-4.1 , r: 'release'}
- {os: windows-latest , r: 'release'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-24.04, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

Expand Down

0 comments on commit 01a159f

Please sign in to comment.