File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ jobs:
317
317
NO_DEBUG_ASSERTIONS : 1
318
318
NO_OVERFLOW_CHECKS : 1
319
319
DIST_REQUIRE_ALL_TOOLS : 1
320
- os : macos-12-xl
320
+ os : macos-latest
321
321
- name : dist-apple-various
322
322
env :
323
323
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
@@ -328,7 +328,7 @@ jobs:
328
328
NO_LLVM_ASSERTIONS : 1
329
329
NO_DEBUG_ASSERTIONS : 1
330
330
NO_OVERFLOW_CHECKS : 1
331
- os : macos-12-xl
331
+ os : macos-latest
332
332
- name : dist-x86_64-apple-alt
333
333
env :
334
334
SCRIPT : " ./x.py dist bootstrap --include-default-paths"
@@ -339,7 +339,7 @@ jobs:
339
339
NO_LLVM_ASSERTIONS : 1
340
340
NO_DEBUG_ASSERTIONS : 1
341
341
NO_OVERFLOW_CHECKS : 1
342
- os : macos-12-xl
342
+ os : macos-latest
343
343
- name : x86_64-apple-1
344
344
env :
345
345
SCRIPT : " ./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
@@ -350,7 +350,7 @@ jobs:
350
350
NO_LLVM_ASSERTIONS : 1
351
351
NO_DEBUG_ASSERTIONS : 1
352
352
NO_OVERFLOW_CHECKS : 1
353
- os : macos-12-xl
353
+ os : macos-latest
354
354
- name : x86_64-apple-2
355
355
env :
356
356
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
@@ -361,7 +361,7 @@ jobs:
361
361
NO_LLVM_ASSERTIONS : 1
362
362
NO_DEBUG_ASSERTIONS : 1
363
363
NO_OVERFLOW_CHECKS : 1
364
- os : macos-12-xl
364
+ os : macos-latest
365
365
- name : dist-aarch64-apple
366
366
env :
367
367
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
@@ -376,7 +376,7 @@ jobs:
376
376
NO_OVERFLOW_CHECKS : 1
377
377
DIST_REQUIRE_ALL_TOOLS : 1
378
378
JEMALLOC_SYS_WITH_LG_PAGE : 14
379
- os : macos-12-xl
379
+ os : macos-latest
380
380
- name : x86_64-msvc-1
381
381
env :
382
382
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ x--expand-yaml-anchors--remove:
77
77
<< : *base-job
78
78
79
79
- &job-macos-xl
80
- os : macos-12-xl
80
+ os : macos-latest # We don't have an XL builder for this
81
81
<< : *base-job
82
82
83
83
- &job-windows-xl
You can’t perform that action at this time.
0 commit comments