From 500bc316be8caf96671a3ab00f54711b7dd0f9dc Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Tue, 17 Dec 2024 09:05:11 +0100 Subject: [PATCH] update pip wf --- .github/workflows/test-pip-workflow.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index e082eac6..c92f688e 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -60,13 +60,13 @@ jobs: cibw_manylinux: manylinux2014 cibw_arch: x86_64 - - os: macOS-14 - 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-14 + # 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