Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Build macOS x86_64 wheels on macOS 13
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