diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 9523d3ac..e082eac6 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-14 - 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-14 + # 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