diff options
| author | bors <bors@rust-lang.org> | 2023-07-12 22:04:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-12 22:04:46 +0000 |
| commit | 5085fe3bd2c4d45cfdffb572c5ac21c653a67192 (patch) | |
| tree | d14f7f56488dc695510bc7de91812156ebe617a6 /src/ci | |
| parent | 3ea096a28d6ebd00564869d62ece822af9743c6c (diff) | |
| parent | d1e1f76afe15b50a474091dafa0c41f0813b6b2d (diff) | |
| download | rust-5085fe3bd2c4d45cfdffb572c5ac21c653a67192.tar.gz rust-5085fe3bd2c4d45cfdffb572c5ac21c653a67192.zip | |
Auto merge of #2977 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index b5b478e60f4..55fd6cca85a 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -90,7 +90,7 @@ x--expand-yaml-anchors--remove: <<: *base-job - &job-macos-xl - os: macos-latest # We use the standard runner for now + os: macos-13 # We use the standard runner for now <<: *base-job - &job-windows-8c |
