Skip to content

Commit

Permalink
Add ubuntu 22.04 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 3, 2022
1 parent a2a3831 commit 0cf641b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-2022, r: 'devel'}
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-22.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'release', disable-static: 'true'}
- {os: ubuntu-18.04, r: 'oldrel-4'}
Expand Down

0 comments on commit 0cf641b

Please sign in to comment.