Skip to content

Commit

Permalink
ci: update macOS runner to version 13 in R-CMD-check workflow so that…
Browse files Browse the repository at this point in the history
… it is directly x86
  • Loading branch information
statnmap committed Jan 16, 2025
1 parent 9a1f29a commit ca6a33e
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 @@ -23,7 +23,7 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: macos-latest-large, r: 'release'} #x86_64
- {os: macos-13, r: 'release'} #x86_64
# - {os: ubuntu-20.04, r: '3.6'}
# - {os: ubuntu-20.04, r: '3.5'} # with usethis >2.2

Expand Down

0 comments on commit ca6a33e

Please sign in to comment.