Skip to content

Commit

Permalink
test wheel with MAC ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Apr 17, 2024
1 parent c8bf7e9 commit 0432cfa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,63 +48,63 @@ jobs:
- os: macOS-12
name: macOS-x86_64
cpython-version: 39
python-version: 3.9
python-version: "3.9"
platform_id: macosx_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: ubuntu-latest
name: x86_64
cpython-version: 39
python-version: 3.9
python-version: "3.9"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 39
python-version: 3.9
python-version: "3.9"
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64

- os: macOS-12
name: macOS-x86_64
cpython-version: 310
python-version: 3.10
python-version: "3.10"
platform_id: macosx_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: ubuntu-latest
name: x86_64
cpython-version: 310
python-version: 3.10
python-version: "3.10"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 310
python-version: 3.10
python-version: "3.10"
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64

- os: macOS-12
name: macOS-x86_64
cpython-version: 311
python-version: 3.11
python-version: "3.11"
platform_id: macosx_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: ubuntu-latest
name: x86_64
cpython-version: 311
python-version: 3.11
python-version: "3.11"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 311
python-version: 3.11
python-version: "3.11"
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64

Expand Down

0 comments on commit 0432cfa

Please sign in to comment.