File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ runners:
23
23
os : ubuntu-24.04-16core-64gb
24
24
<< : *base-job
25
25
26
- - &job-macos-xl
27
- os : macos-13 # We use the standard runner for now
26
+ - &job-macos
27
+ os : macos-13
28
28
<< : *base-job
29
29
30
30
- &job-macos-m1
@@ -380,7 +380,7 @@ auto:
380
380
NO_OVERFLOW_CHECKS : 1
381
381
DIST_REQUIRE_ALL_TOOLS : 1
382
382
CODEGEN_BACKENDS : llvm,cranelift
383
- << : *job-macos-xl
383
+ << : *job-macos
384
384
385
385
- name : dist-apple-various
386
386
env :
@@ -397,18 +397,18 @@ auto:
397
397
NO_LLVM_ASSERTIONS : 1
398
398
NO_DEBUG_ASSERTIONS : 1
399
399
NO_OVERFLOW_CHECKS : 1
400
- << : *job-macos-xl
400
+ << : *job-macos
401
401
402
402
- name : x86_64-apple-1
403
403
env :
404
404
<< : *env-x86_64-apple-tests
405
- << : *job-macos-xl
405
+ << : *job-macos
406
406
407
407
- name : x86_64-apple-2
408
408
env :
409
409
SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
410
410
<< : *env-x86_64-apple-tests
411
- << : *job-macos-xl
411
+ << : *job-macos
412
412
413
413
- name : dist-aarch64-apple
414
414
env :
You can’t perform that action at this time.
0 commit comments