Skip to content

Commit

Permalink
ci: pin to macOS-13
Browse files Browse the repository at this point in the history
`macOS-latest` defaults to `macOS-14-arm` that has cargo missing

see actions/runner-images#9732
  • Loading branch information
francisdb authored Apr 24, 2024
1 parent b1462b7 commit daeeea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
platform:
- os: ubuntu-latest
- os: windows-latest
- os: macOS-latest
- os: macOS-13

runs-on: ${{ matrix.platform.os }}

Expand Down

0 comments on commit daeeea0

Please sign in to comment.