Skip to content

Commit

Permalink
Fix bad runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 7, 2024
1 parent b8fa6df commit 1aa487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
config:
- {os: windows-2022, r: 'release'}
- {os: macOS-13, r: 'release'}
- {os: ubuntu-24.02, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-22.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 1aa487f

Please sign in to comment.