diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb828df8..70691366 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -242,33 +242,33 @@ jobs: - spec: cp312-macosx_x86_64 # build for arm64 under a hacked macOS 12 self-hosted x86_64-on-arm64 runner until arm64 is fully supported # FIXME: ? cp38-macosx_arm64 requires special handling and fails some test_zdist tests under cibw 2.1.2, skip it (so Apple's XCode python3 won't have a wheel) - - spec: cp39-macosx_arm64 - deployment_target: '11.0' - runs_on: [self-hosted, macOS] - run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} - sdkroot: macosx11.3 - omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }} + # - spec: cp39-macosx_arm64 + # deployment_target: '11.0' + # runs_on: [self-hosted, macOS] + # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} + # sdkroot: macosx11.3 + # omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }} - - spec: cp310-macosx_arm64 - deployment_target: '11.0' - runs_on: [self-hosted, macOS] - run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} - sdkroot: macosx11.3 - omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs}} + # - spec: cp310-macosx_arm64 + # deployment_target: '11.0' + # runs_on: [self-hosted, macOS] + # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} + # sdkroot: macosx11.3 + # omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs}} - spec: cp311-macosx_arm64 deployment_target: '11.0' - runs_on: [self-hosted, macOS] + runs_on: macos-12-xl run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} sdkroot: macosx11.3 omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }} - - spec: cp312-macosx_arm64 - deployment_target: '11.0' - runs_on: [self-hosted, macOS] - run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} - sdkroot: macosx11.3 - omit: ${{ env.skip_self_hosted_runner_jobs }} + # - spec: cp312-macosx_arm64 + # deployment_target: '11.0' + # runs_on: [self-hosted, macOS] + # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} + # sdkroot: macosx11.3 + # omit: ${{ env.skip_self_hosted_runner_jobs }} macos: needs: make_macos_matrix