Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python-wheels.yml - add arm64 builds for macOS (#1579)
The CI platform that builds the wheels is Intel based and by default only builds Intel wheels. Modern Macs are all based on Apple Silicon so to support them we need to also build arm64. This is done via cross compiling. It is not possible to test when cross compiling according to: https://cibuildwheel.readthedocs.io/en/stable/faq/#how-to-cross-compile Signed-off-by: Barnaby Robson <[email protected]>
- Loading branch information