diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-15 21:16:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 21:16:06 +0200 |
| commit | 2e363ce1df37c0d0ba4018567a0135d1bf119912 (patch) | |
| tree | 61225f4af30c528fbdf0e284d70814c5b7ac45a1 | |
| parent | 2144c940ceb49ce1e02faac0c9b667b6c1aa724e (diff) | |
| parent | 73065b9484aa844bd4a26aa3cbf03e3f4c7ec4cb (diff) | |
| download | rust-2e363ce1df37c0d0ba4018567a0135d1bf119912.tar.gz rust-2e363ce1df37c0d0ba4018567a0135d1bf119912.zip | |
Rollup merge of #139859 - marcoieni:rename-macos-runner, r=Kobzol
CI: rename MacOS runner r? ``@Kobzol``
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index fd4650ba285..cb2bec5a9df 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -23,8 +23,8 @@ runners: os: ubuntu-24.04-16core-64gb <<: *base-job - - &job-macos-xl - os: macos-13 # We use the standard runner for now + - &job-macos + os: macos-13 <<: *base-job - &job-macos-m1 @@ -380,7 +380,7 @@ auto: NO_OVERFLOW_CHECKS: 1 DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-macos-xl + <<: *job-macos - name: dist-apple-various env: @@ -397,18 +397,18 @@ auto: NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 NO_OVERFLOW_CHECKS: 1 - <<: *job-macos-xl + <<: *job-macos - name: x86_64-apple-1 env: <<: *env-x86_64-apple-tests - <<: *job-macos-xl + <<: *job-macos - name: x86_64-apple-2 env: SCRIPT: ./x.py --stage 2 test tests/ui tests/rustdoc <<: *env-x86_64-apple-tests - <<: *job-macos-xl + <<: *job-macos - name: dist-aarch64-apple env: |
