From 122e790e56a60c9723b1b4cc84638fd7985dd035 Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Tue, 17 Dec 2024 15:28:44 +0100 Subject: [PATCH] update mac os version/arch --- .github/workflows/test-pip-workflow.yml | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 0523e98f..4482d5ab 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -45,13 +45,13 @@ jobs: fail-fast: false matrix: include: - - os: macOS-13 - name: macOS-x86_64 - cpython-version: 39 - python-version: "3.9" - platform_id: macosx_x86_64 - cibw_manylinux: manylinux2014 - cibw_arch: x86_64 + #- os: macOS-13 + # name: macOS-x86_64 + # cpython-version: 39 + # 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 @@ -60,13 +60,13 @@ jobs: cibw_manylinux: manylinux2014 cibw_arch: x86_64 - - os: macOS-13 - name: macOS-x86_64 - cpython-version: 310 - python-version: "3.10" - platform_id: macosx_x86_64 - cibw_manylinux: manylinux2014 - cibw_arch: x86_64 + #- os: macOS-13 + # name: macOS-x86_64 + # cpython-version: 310 + # 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