File tree 4 files changed +256
-14
lines changed
4 files changed +256
-14
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322
322
NO_DEBUG_ASSERTIONS : 1
323
323
NO_OVERFLOW_CHECKS : 1
324
324
DIST_REQUIRE_ALL_TOOLS : 1
325
- os : macos-12-xl
325
+ os : macos-latest
326
326
- name : dist-apple-various
327
327
env :
328
328
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
@@ -333,7 +333,7 @@ jobs:
333
333
NO_LLVM_ASSERTIONS : 1
334
334
NO_DEBUG_ASSERTIONS : 1
335
335
NO_OVERFLOW_CHECKS : 1
336
- os : macos-12-xl
336
+ os : macos-latest
337
337
- name : dist-x86_64-apple-alt
338
338
env :
339
339
SCRIPT : " ./x.py dist bootstrap --include-default-paths"
@@ -344,7 +344,7 @@ jobs:
344
344
NO_LLVM_ASSERTIONS : 1
345
345
NO_DEBUG_ASSERTIONS : 1
346
346
NO_OVERFLOW_CHECKS : 1
347
- os : macos-12-xl
347
+ os : macos-latest
348
348
- name : x86_64-apple-1
349
349
env :
350
350
SCRIPT : " ./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
@@ -355,7 +355,7 @@ jobs:
355
355
NO_LLVM_ASSERTIONS : 1
356
356
NO_DEBUG_ASSERTIONS : 1
357
357
NO_OVERFLOW_CHECKS : 1
358
- os : macos-12-xl
358
+ os : macos-latest
359
359
- name : x86_64-apple-2
360
360
env :
361
361
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
@@ -366,7 +366,7 @@ jobs:
366
366
NO_LLVM_ASSERTIONS : 1
367
367
NO_DEBUG_ASSERTIONS : 1
368
368
NO_OVERFLOW_CHECKS : 1
369
- os : macos-12-xl
369
+ os : macos-latest
370
370
- name : dist-aarch64-apple
371
371
env :
372
372
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
@@ -381,7 +381,7 @@ jobs:
381
381
NO_OVERFLOW_CHECKS : 1
382
382
DIST_REQUIRE_ALL_TOOLS : 1
383
383
JEMALLOC_SYS_WITH_LG_PAGE : 14
384
- os : macos-12-xl
384
+ os : macos-latest
385
385
- name : x86_64-msvc-1
386
386
env :
387
387
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
You can’t perform that action at this time.
0 commit comments