You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to set up the wheel for MacOS 14, however, based on the yml file include: - os: macos-12 # x86_64 name: mac cibw: build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: macos-13-large # Apple Silicon name: mac_arm64 cibw: build: "cp37* cp38* cp39* cp310* cp311* cp312*"
it only includes up to MacOS 13
The text was updated successfully, but these errors were encountered:
Currently trying to set up the wheel for MacOS 14, however, based on the yml file
include: - os: macos-12 # x86_64 name: mac cibw: build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: macos-13-large # Apple Silicon name: mac_arm64 cibw: build: "cp37* cp38* cp39* cp310* cp311* cp312*"
it only includes up to MacOS 13
The text was updated successfully, but these errors were encountered: