Skip to content

Commit

Permalink
Fix runners for building macOs wheels
Browse files Browse the repository at this point in the history
We can no longer use `macos-latest` for both arm64 and x86_64:

- For arm64 use macos-14.
- For x86_64 use macos-13.
  • Loading branch information
jlaine committed May 19, 2024
1 parent 0ea7a07 commit 55b2959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-14
arch: arm64
- os: macos-latest
- os: macos-13
arch: x86_64
- os: ubuntu-latest
arch: aarch64
Expand Down

0 comments on commit 55b2959

Please sign in to comment.