Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 01d7a06

Browse files
authored
Unrolled build for rust-lang#139859
Rollup merge of rust-lang#139859 - marcoieni:rename-macos-runner, r=Kobzol CI: rename MacOS runner r? ``@Kobzol``
2 parents 414da5b + 73065b9 commit 01d7a06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ runners:
2323
os: ubuntu-24.04-16core-64gb
2424
<<: *base-job
2525

26-
- &job-macos-xl
27-
os: macos-13 # We use the standard runner for now
26+
- &job-macos
27+
os: macos-13
2828
<<: *base-job
2929

3030
- &job-macos-m1
@@ -380,7 +380,7 @@ auto:
380380
NO_OVERFLOW_CHECKS: 1
381381
DIST_REQUIRE_ALL_TOOLS: 1
382382
CODEGEN_BACKENDS: llvm,cranelift
383-
<<: *job-macos-xl
383+
<<: *job-macos
384384

385385
- name: dist-apple-various
386386
env:
@@ -397,18 +397,18 @@ auto:
397397
NO_LLVM_ASSERTIONS: 1
398398
NO_DEBUG_ASSERTIONS: 1
399399
NO_OVERFLOW_CHECKS: 1
400-
<<: *job-macos-xl
400+
<<: *job-macos
401401

402402
- name: x86_64-apple-1
403403
env:
404404
<<: *env-x86_64-apple-tests
405-
<<: *job-macos-xl
405+
<<: *job-macos
406406

407407
- name: x86_64-apple-2
408408
env:
409409
SCRIPT: ./x.py --stage 2 test tests/ui tests/rustdoc
410410
<<: *env-x86_64-apple-tests
411-
<<: *job-macos-xl
411+
<<: *job-macos
412412

413413
- name: dist-aarch64-apple
414414
env:

0 commit comments

Comments
 (0)