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 @@ -326,7 +326,7 @@ jobs:
326
326
NO_DEBUG_ASSERTIONS : 1
327
327
NO_OVERFLOW_CHECKS : 1
328
328
DIST_REQUIRE_ALL_TOOLS : 1
329
- os : macos-12-xl
329
+ os : macos-latest
330
330
- name : dist-apple-various
331
331
env :
332
332
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
@@ -337,7 +337,7 @@ jobs:
337
337
NO_LLVM_ASSERTIONS : 1
338
338
NO_DEBUG_ASSERTIONS : 1
339
339
NO_OVERFLOW_CHECKS : 1
340
- os : macos-12-xl
340
+ os : macos-latest
341
341
- name : dist-x86_64-apple-alt
342
342
env :
343
343
SCRIPT : " ./x.py dist bootstrap --include-default-paths"
@@ -348,7 +348,7 @@ jobs:
348
348
NO_LLVM_ASSERTIONS : 1
349
349
NO_DEBUG_ASSERTIONS : 1
350
350
NO_OVERFLOW_CHECKS : 1
351
- os : macos-12-xl
351
+ os : macos-latest
352
352
- name : x86_64-apple-1
353
353
env :
354
354
SCRIPT : " ./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
@@ -359,7 +359,7 @@ jobs:
359
359
NO_LLVM_ASSERTIONS : 1
360
360
NO_DEBUG_ASSERTIONS : 1
361
361
NO_OVERFLOW_CHECKS : 1
362
- os : macos-12-xl
362
+ os : macos-latest
363
363
- name : x86_64-apple-2
364
364
env :
365
365
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
@@ -370,7 +370,7 @@ jobs:
370
370
NO_LLVM_ASSERTIONS : 1
371
371
NO_DEBUG_ASSERTIONS : 1
372
372
NO_OVERFLOW_CHECKS : 1
373
- os : macos-12-xl
373
+ os : macos-latest
374
374
- name : dist-aarch64-apple
375
375
env :
376
376
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
@@ -385,7 +385,7 @@ jobs:
385
385
NO_OVERFLOW_CHECKS : 1
386
386
DIST_REQUIRE_ALL_TOOLS : 1
387
387
JEMALLOC_SYS_WITH_LG_PAGE : 14
388
- os : macos-12-xl
388
+ os : macos-latest
389
389
- name : x86_64-msvc-1
390
390
env :
391
391
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ x--expand-yaml-anchors--remove:
82
82
<< : *base-job
83
83
84
84
- &job-macos-xl
85
- os : macos-12-xl
85
+ os : macos-latest # We use the standard runner for now
86
86
<< : *base-job
87
87
88
88
- &job-windows-8c
You can’t perform that action at this time.
0 commit comments