When using multibuild to create macOS wheels for the project shtools, it appears that only "x86_64" wheels are supported for macos. In particular
os: [macos-latest]
include:
- os: macos-latest
platform: universal2
os: [macos-latest]
include:
- os: macos-latest
platform: arm64
When using multibuild to create macOS wheels for the project shtools, it appears that only "x86_64" wheels are supported for macos. In particular
and
both generate macos wheels with names like
-macosx_10_9_x86_64.whlHere are the CI builds for the two cases