Skip to content

Commit

Permalink
Hard code macos-13 for the mac x86_64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich authored and lnicola committed Sep 25, 2024
1 parent 8e96f39 commit cd8efcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest # x86_64
- macos-13 # x86_64
- macos-14 # aarch64
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cd8efcd

Please sign in to comment.