Skip to content

Commit

Permalink
ci: Build macOS x86_64 wheels on macOS 13
Browse files Browse the repository at this point in the history
Previously these were being built on macOS 11, but GitHub is dropping
its macOS 11 runners. Upgrade to build these on macOS 13 instead (the
latest version with free public Intel Mac runners). Because we leave
`MACOSX_DEPLOYMENT_TARGET` set to 10.14, this should have no effect on
the ABI of the built wheels.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Jun 20, 2024
1 parent 9617227 commit d22af33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-11
- os: macos-13
arch: x86_64
- os: macos-14
arch: arm64
Expand Down

0 comments on commit d22af33

Please sign in to comment.