From 20b909defa1ef9bd0d5e479835be92f8e7a850f2 Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Wed, 17 Apr 2024 14:51:42 +0200 Subject: [PATCH] test wheel with MAC ARM64 --- .github/workflows/test-pip-workflow.yml | 36 ++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index f43f83a5..26e94543 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -62,6 +62,40 @@ jobs: #cibw_python: ["cp38-*", "cp39*", "cp310-*"] cibw_manylinux: [macosx_arm64] #cibw_arch: ["x86_64"] + - os: macOS-12 + name: x86_64 + python-version: 310 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [manylinux2014] + - os: ubuntu-latest + name: x86_64 + python-version: 310 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [manylinux2014] + #cibw_arch: ["x86_64"] + - os: macOS-14 + name: MAC_ARM + python-version: 310 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [macosx_arm64] + #cibw_arch: ["x86_64"] + - os: macOS-12 + name: x86_64 + python-version: 311 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [manylinux2014] + - os: ubuntu-latest + name: x86_64 + python-version: 311 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [manylinux2014] + #cibw_arch: ["x86_64"] + - os: macOS-14 + name: MAC_ARM + python-version: 311 + #cibw_python: ["cp38-*", "cp39*", "cp310-*"] + cibw_manylinux: [macosx_arm64] + #cibw_arch: ["x86_64"] @@ -100,7 +134,7 @@ jobs: - name: 'Setup python' uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: 310 - name: 'adapt req' run: |