From 604d0963a48cdc7a3f344bf547176cd60cba0a2a Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Wed, 17 Apr 2024 16:09:38 +0200 Subject: [PATCH] test wheel with MAC ARM64 --- .github/workflows/test-pip-workflow.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 1b444fe9..d3068b1f 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -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-*"] @@ -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 @@ -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 @@ -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"]