File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ runners:
2323 os : ubuntu-24.04-16core-64gb
2424 << : *base-job
2525
26- - &job-macos-xl
27- os : macos-13 # We use the standard runner for now
26+ - &job-macos
27+ os : macos-13
2828 << : *base-job
2929
3030 - &job-macos-m1
@@ -380,7 +380,7 @@ auto:
380380 NO_OVERFLOW_CHECKS : 1
381381 DIST_REQUIRE_ALL_TOOLS : 1
382382 CODEGEN_BACKENDS : llvm,cranelift
383- << : *job-macos-xl
383+ << : *job-macos
384384
385385 - name : dist-apple-various
386386 env :
@@ -397,18 +397,18 @@ auto:
397397 NO_LLVM_ASSERTIONS : 1
398398 NO_DEBUG_ASSERTIONS : 1
399399 NO_OVERFLOW_CHECKS : 1
400- << : *job-macos-xl
400+ << : *job-macos
401401
402402 - name : x86_64-apple-1
403403 env :
404404 << : *env-x86_64-apple-tests
405- << : *job-macos-xl
405+ << : *job-macos
406406
407407 - name : x86_64-apple-2
408408 env :
409409 SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
410410 << : *env-x86_64-apple-tests
411- << : *job-macos-xl
411+ << : *job-macos
412412
413413 - name : dist-aarch64-apple
414414 env :
You can’t perform that action at this time.
0 commit comments