Merge pull request #2102 from yambati03/macos-silicon-cibuildwheel

Add `cibuildwheel` targets for MacOS Silicon
release/4.3a0
Frank Dellaert 2025-04-18 11:27:35 -04:00 committed by GitHub
commit c3c1a9ae41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -93,6 +93,24 @@ jobs:
cibw_python_version: 313
platform_id: macosx_x86_64
# MacOS arm64
- os: macos-14
python_version: "3.10"
cibw_python_version: 310
platform_id: macosx_arm64
- os: macos-14
python_version: "3.11"
cibw_python_version: 311
platform_id: macosx_arm64
- os: macos-14
python_version: "3.12"
cibw_python_version: 312
platform_id: macosx_arm64
- os: macos-14
python_version: "3.13"
cibw_python_version: 313
platform_id: macosx_arm64
steps:
- name: Checkout
uses: actions/checkout@v4