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
@@ -355,7 +355,7 @@ auto:
355
355
NO_OVERFLOW_CHECKS : 1
356
356
DIST_REQUIRE_ALL_TOOLS : 1
357
357
CODEGEN_BACKENDS : llvm,cranelift
358
- << : *job-macos-xl
358
+ << : *job-macos
359
359
360
360
- name : dist-apple-various
361
361
env :
@@ -372,18 +372,18 @@ auto:
372
372
NO_LLVM_ASSERTIONS : 1
373
373
NO_DEBUG_ASSERTIONS : 1
374
374
NO_OVERFLOW_CHECKS : 1
375
- << : *job-macos-xl
375
+ << : *job-macos
376
376
377
377
- name : x86_64-apple-1
378
378
env :
379
379
<< : *env-x86_64-apple-tests
380
- << : *job-macos-xl
380
+ << : *job-macos
381
381
382
382
- name : x86_64-apple-2
383
383
env :
384
384
SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
385
385
<< : *env-x86_64-apple-tests
386
- << : *job-macos-xl
386
+ << : *job-macos
387
387
388
388
- name : dist-aarch64-apple
389
389
env :
You can’t perform that action at this time.
0 commit comments