diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-07-29 16:16:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 16:16:42 +1000 |
| commit | 3a3db990f6403047b1b421330ca242c91f5d5c21 (patch) | |
| tree | da5b8c082835dade2c9685be9710f37e45ee5293 | |
| parent | ed7d6a941d07c7ec9e9ef1dd7d840c233541fb35 (diff) | |
| parent | 0b88bea0d5169af3b3f9326274bda8b9c4a31823 (diff) | |
| download | rust-3a3db990f6403047b1b421330ca242c91f5d5c21.tar.gz rust-3a3db990f6403047b1b421330ca242c91f5d5c21.zip | |
Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Simulacrum
Move dist-apple-various from x86_64 to aarch64 `macos-13` is going away soonish.
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 011688487b4..0e1edfe21de 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -491,7 +491,7 @@ auto: NO_LLVM_ASSERTIONS: 1 NO_DEBUG_ASSERTIONS: 1 NO_OVERFLOW_CHECKS: 1 - <<: *job-macos + <<: *job-macos-m1 - name: x86_64-apple-1 env: |
