Skip to content

Commit

Permalink
Pin macOs to version 14 for arm64
Browse files Browse the repository at this point in the history
Using `macos-latest` has bitten us in the past, so pin the version of
macOs used to build wheels.
  • Loading branch information
jlaine committed May 28, 2024
1 parent 5e23c2a commit e4a25fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-14
arch: arm64
- os: macos-13
arch: x86_64
Expand Down

0 comments on commit e4a25fd

Please sign in to comment.