Skip to content

Commit

Permalink
test macos GH hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone authored Oct 17, 2023
1 parent 62af394 commit 3eb7826
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eb7826

Please sign in to comment.