Skip to content

Commit

Permalink
Use macos 13 for x86 wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 11, 2024
1 parent bd41e52 commit 2aadd4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
include:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
- os: macos-13
cibw_archs: "x86_64"
- os: macos-14 # The macos-14 runner is arm64, while up until macos-13 the runners are x86_64.
cibw_archs: "x86_64 arm64"
cibw_archs: "arm64"
- os: "ubuntu-20.04"
cibw_archs: "aarch64"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 2aadd4c

Please sign in to comment.