diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 4b48427c7ae..3f42b9a57ab 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -23,25 +23,25 @@ jobs: fail-fast: false # Build the wheels for Linux, Windows and macOS matrix: - os: [macos-13, macos-14, windows-latest, ubuntu-latest] + os: [macos-13, windows-latest, ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] architecture: [x86, x64] include: - os: macos-13 architecture: x64 platform_id: macosx_* - - os: macos-14 - architecture: arm64 - platform_id: macosx_* - python-version: "3.10" - - os: macos-14 - architecture: arm64 - platform_id: macosx_* - python-version: "3.11" - - os: macos-14 - architecture: arm64 - platform_id: macosx_* - python-version: "3.12" + # - os: macos-14 + # architecture: arm64 + # platform_id: macosx_* + # python-version: "3.10" + # - os: macos-14 + # architecture: arm64 + # platform_id: macosx_* + # python-version: "3.11" + # - os: macos-14 + # architecture: arm64 + # platform_id: macosx_* + # python-version: "3.12" - os: windows-latest architecture: x64 platform_id: win_amd64 @@ -56,17 +56,16 @@ jobs: architecture: x86 - os: ubuntu-latest architecture: x86 - - os: macos-14 - architecture: "x86" - - os: macos-14 - architecture: "x64" - - os: macos-14 - python-version: "3.8" - - os: macos-14 - python-version: "3.9" - - os: macos-14 - python-version: "3.10" - + # - os: macos-14 + # architecture: "x86" + # - os: macos-14 + # architecture: "x64" + # - os: macos-14 + # python-version: "3.8" + # - os: macos-14 + # python-version: "3.9" + # - os: macos-14 + # python-version: "3.10" steps: #===============================================#