Skip to content

Commit

Permalink
Ping 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 4a3a17b commit f96bb1e
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 f96bb1e

Please sign in to comment.