Skip to content

Commit 3eb7826

Browse files
authored
test macos GH hosted runner
1 parent 62af394 commit 3eb7826

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -242,33 +242,33 @@ jobs:
242242
- spec: cp312-macosx_x86_64
243243
# build for arm64 under a hacked macOS 12 self-hosted x86_64-on-arm64 runner until arm64 is fully supported
244244
# 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)
245-
- spec: cp39-macosx_arm64
246-
deployment_target: '11.0'
247-
runs_on: [self-hosted, macOS]
248-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
249-
sdkroot: macosx11.3
250-
omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }}
245+
# - spec: cp39-macosx_arm64
246+
# deployment_target: '11.0'
247+
# runs_on: [self-hosted, macOS]
248+
# run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
249+
# sdkroot: macosx11.3
250+
# omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }}
251251

252-
- spec: cp310-macosx_arm64
253-
deployment_target: '11.0'
254-
runs_on: [self-hosted, macOS]
255-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
256-
sdkroot: macosx11.3
257-
omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs}}
252+
# - spec: cp310-macosx_arm64
253+
# deployment_target: '11.0'
254+
# runs_on: [self-hosted, macOS]
255+
# run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
256+
# sdkroot: macosx11.3
257+
# omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs}}
258258

259259
- spec: cp311-macosx_arm64
260260
deployment_target: '11.0'
261-
runs_on: [self-hosted, macOS]
261+
runs_on: macos-12-xl
262262
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
263263
sdkroot: macosx11.3
264264
omit: ${{ env.skip_self_hosted_runner_jobs || env.skip_ci_redundant_jobs }}
265265

266-
- spec: cp312-macosx_arm64
267-
deployment_target: '11.0'
268-
runs_on: [self-hosted, macOS]
269-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
270-
sdkroot: macosx11.3
271-
omit: ${{ env.skip_self_hosted_runner_jobs }}
266+
# - spec: cp312-macosx_arm64
267+
# deployment_target: '11.0'
268+
# runs_on: [self-hosted, macOS]
269+
# run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
270+
# sdkroot: macosx11.3
271+
# omit: ${{ env.skip_self_hosted_runner_jobs }}
272272

273273
macos:
274274
needs: make_macos_matrix

0 commit comments

Comments
 (0)