Skip to content
/ rust Public
forked from rust-lang/rust

Commit 73065b9

Browse files
committed
CI: rename MacOS runner
1 parent 58c2dd9 commit 73065b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: src/ci/github-actions/jobs.yml

+6-6
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
@@ -355,7 +355,7 @@ auto:
355355
NO_OVERFLOW_CHECKS: 1
356356
DIST_REQUIRE_ALL_TOOLS: 1
357357
CODEGEN_BACKENDS: llvm,cranelift
358-
<<: *job-macos-xl
358+
<<: *job-macos
359359

360360
- name: dist-apple-various
361361
env:
@@ -372,18 +372,18 @@ auto:
372372
NO_LLVM_ASSERTIONS: 1
373373
NO_DEBUG_ASSERTIONS: 1
374374
NO_OVERFLOW_CHECKS: 1
375-
<<: *job-macos-xl
375+
<<: *job-macos
376376

377377
- name: x86_64-apple-1
378378
env:
379379
<<: *env-x86_64-apple-tests
380-
<<: *job-macos-xl
380+
<<: *job-macos
381381

382382
- name: x86_64-apple-2
383383
env:
384384
SCRIPT: ./x.py --stage 2 test tests/ui tests/rustdoc
385385
<<: *env-x86_64-apple-tests
386-
<<: *job-macos-xl
386+
<<: *job-macos
387387

388388
- name: dist-aarch64-apple
389389
env:

0 commit comments

Comments
 (0)