Skip to content

Commit

Permalink
Downgrade GitHub Actions runner for R-CMD-check workflow to work arou…
Browse files Browse the repository at this point in the history
…nd a recent bug in the r-lib/actions/setup-r@v2 step.

See r-lib/actions#948
  • Loading branch information
mepcotterell committed Nov 23, 2024
1 parent 6710ab7 commit 68ca2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-13, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand Down

0 comments on commit 68ca2e4

Please sign in to comment.