From 0432cfa6c98e209b723a85b6159c832bbea5f70e Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Wed, 17 Apr 2024 16:43:14 +0200 Subject: [PATCH] test wheel with MAC ARM64 --- .github/workflows/test-pip-workflow.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 94a17554..7ace5054 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -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