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 @@ -315,7 +315,7 @@ jobs:
315
315
NO_DEBUG_ASSERTIONS : 1
316
316
NO_OVERFLOW_CHECKS : 1
317
317
DIST_REQUIRE_ALL_TOOLS : 1
318
- os : macos-latest
318
+ os : macos-13
319
319
- name : dist-apple-various
320
320
env :
321
321
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
@@ -326,7 +326,7 @@ jobs:
326
326
NO_LLVM_ASSERTIONS : 1
327
327
NO_DEBUG_ASSERTIONS : 1
328
328
NO_OVERFLOW_CHECKS : 1
329
- os : macos-latest
329
+ os : macos-13
330
330
- name : dist-x86_64-apple-alt
331
331
env :
332
332
SCRIPT : " ./x.py dist bootstrap --include-default-paths"
@@ -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-latest
340
+ os : macos-13
341
341
- name : x86_64-apple-1
342
342
env :
343
343
SCRIPT : " ./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
@@ -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-latest
351
+ os : macos-13
352
352
- name : x86_64-apple-2
353
353
env :
354
354
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc 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-latest
362
+ os : macos-13
363
363
- name : dist-aarch64-apple
364
364
env :
365
365
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
@@ -374,7 +374,7 @@ jobs:
374
374
NO_OVERFLOW_CHECKS : 1
375
375
DIST_REQUIRE_ALL_TOOLS : 1
376
376
JEMALLOC_SYS_WITH_LG_PAGE : 14
377
- os : macos-latest
377
+ os : macos-13
378
378
- name : x86_64-msvc
379
379
env :
380
380
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ x--expand-yaml-anchors--remove:
90
90
<< : *base-job
91
91
92
92
- &job-macos-xl
93
- os : macos-latest # We use the standard runner for now
93
+ os : macos-13 # We use the standard runner for now
94
94
<< : *base-job
95
95
96
96
- &job-windows-8c
You can’t perform that action at this time.
0 commit comments