Skip to content

Commit

Permalink
Update r-cmd-check.yml
Browse files Browse the repository at this point in the history
switched from macOS-11 to macOS-latest for ARM
  • Loading branch information
JuKo007 authored Jan 23, 2025
1 parent 4ac91cb commit 74f7818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-11, r: 'release', arch: 'arm64'}
- {os: macOS-latest, r: 'release', arch: 'arm64'}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 74f7818

Please sign in to comment.