Skip to content

Commit

Permalink
Downgrade from macos-latest to macos-13
Browse files Browse the repository at this point in the history
To get around the issue discussed here: r-lib/actions#948
  • Loading branch information
kinleyid committed Nov 23, 2024
1 parent 440e09f commit 00eeba7
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 @@ -19,7 +19,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 00eeba7

Please sign in to comment.