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 @@ -325,7 +325,7 @@ jobs:
325
325
NO_DEBUG_ASSERTIONS : 1
326
326
NO_OVERFLOW_CHECKS : 1
327
327
DIST_REQUIRE_ALL_TOOLS : 1
328
- os : macos-12-xl
328
+ os : macos-latest
329
329
- name : dist-apple-various
330
330
env :
331
331
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
@@ -336,7 +336,7 @@ jobs:
336
336
NO_LLVM_ASSERTIONS : 1
337
337
NO_DEBUG_ASSERTIONS : 1
338
338
NO_OVERFLOW_CHECKS : 1
339
- os : macos-12-xl
339
+ os : macos-latest
340
340
- name : dist-x86_64-apple-alt
341
341
env :
342
342
SCRIPT : " ./x.py dist bootstrap --include-default-paths"
@@ -347,7 +347,7 @@ jobs:
347
347
NO_LLVM_ASSERTIONS : 1
348
348
NO_DEBUG_ASSERTIONS : 1
349
349
NO_OVERFLOW_CHECKS : 1
350
- os : macos-12-xl
350
+ os : macos-latest
351
351
- name : x86_64-apple-1
352
352
env :
353
353
SCRIPT : " ./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
@@ -358,7 +358,7 @@ jobs:
358
358
NO_LLVM_ASSERTIONS : 1
359
359
NO_DEBUG_ASSERTIONS : 1
360
360
NO_OVERFLOW_CHECKS : 1
361
- os : macos-12-xl
361
+ os : macos-latest
362
362
- name : x86_64-apple-2
363
363
env :
364
364
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
@@ -369,7 +369,7 @@ jobs:
369
369
NO_LLVM_ASSERTIONS : 1
370
370
NO_DEBUG_ASSERTIONS : 1
371
371
NO_OVERFLOW_CHECKS : 1
372
- os : macos-12-xl
372
+ os : macos-latest
373
373
- name : dist-aarch64-apple
374
374
env :
375
375
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
@@ -384,7 +384,7 @@ jobs:
384
384
NO_OVERFLOW_CHECKS : 1
385
385
DIST_REQUIRE_ALL_TOOLS : 1
386
386
JEMALLOC_SYS_WITH_LG_PAGE : 14
387
- os : macos-12-xl
387
+ os : macos-latest
388
388
- name : x86_64-msvc-1
389
389
env :
390
390
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