summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-02-22 22:13:52 +0000
committerMichael Goulet <michael@errs.io>2023-02-22 22:14:25 +0000
commit506ce7e3cc5637bd5832bbb3d1f3ba3725797477 (patch)
tree038c9d9ae599df2c92f93f1a97010138a5fafa2e /src/ci/github-actions
parent375d5ace705f8494af06b545291d64486fbada06 (diff)
downloadrust-506ce7e3cc5637bd5832bbb3d1f3ba3725797477.tar.gz
rust-506ce7e3cc5637bd5832bbb3d1f3ba3725797477.zip
Re-apply "switch to the macos-12-xl builder"
This reverts commit e63ec2e1402eaff949e5c53b8f6062b152010fcc.
Diffstat (limited to 'src/ci/github-actions')
-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 ad9c308ad85..11f1532bef5 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -78,7 +78,7 @@ x--expand-yaml-anchors--remove:
     <<: *base-job
 
   - &job-macos-xl
-    os: macos-latest  # We don't have an XL builder for this
+    os: macos-12-xl
     <<: *base-job
 
   - &job-windows-xl