Skip to content

Commit

Permalink
downgrade macos runner while homebrew / r setup incompatibilities are…
Browse files Browse the repository at this point in the history
… investigated
  • Loading branch information
dylanhmorris authored Nov 22, 2024
1 parent 11d563a commit bf92515
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-latest]
os: [windows-latest, ubuntu-latest, macos-13]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf92515

Please sign in to comment.