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 5ccfb5e commit 604d096
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
include:
- os: macOS-12
name: x86_64
name: macOS-x86_64
python-version: 39
platform_id: manylinux_x86_64
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
Expand All @@ -67,9 +67,9 @@ jobs:
cibw_manylinux: macosx_arm64
#cibw_arch: ["x86_64"]
- os: macOS-12
name: x86_64
name: macOS-x86_64
python-version: 310
platform_id: manylinux_x86_64
platform_id: macosx_x86_64
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: manylinux2014
cibw_arch: x86_64
Expand All @@ -88,9 +88,9 @@ jobs:
cibw_manylinux: macosx_arm64]
#cibw_arch: ["x86_64"]
- os: macOS-12
name: x86_64
name: macOS-x86_64
python-version: 311
platform_id: manylinux_x86_64
platform_id: macosx_x86_64
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: manylinux2014
cibw_arch: x86_64
Expand All @@ -106,7 +106,7 @@ jobs:
python-version: 311
platform_id: macosx_arm64
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: macosx_arm64
cibw_manylinux: macosx_arm64
#cibw_arch: ["x86_64"]


Expand Down

0 comments on commit 604d096

Please sign in to comment.