Skip to content

Commit

Permalink
Upgrade macos runner back to latest
Browse files Browse the repository at this point in the history
Now that r-lib/actions#953 has landed
  • Loading branch information
dylanhmorris authored Nov 25, 2024
1 parent 4c743a9 commit eed74ab
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
r-version: ["4.4.0", "release"]
os: [windows-latest, ubuntu-latest, macos-13]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eed74ab

Please sign in to comment.