about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-12 22:04:46 +0000
committerbors <bors@rust-lang.org>2023-07-12 22:04:46 +0000
commit5085fe3bd2c4d45cfdffb572c5ac21c653a67192 (patch)
treed14f7f56488dc695510bc7de91812156ebe617a6 /src/ci
parent3ea096a28d6ebd00564869d62ece822af9743c6c (diff)
parentd1e1f76afe15b50a474091dafa0c41f0813b6b2d (diff)
downloadrust-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.yml2
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