about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-02-01 21:31:05 +0000
committerMichael Goulet <michael@errs.io>2023-02-01 21:31:05 +0000
commite63ec2e1402eaff949e5c53b8f6062b152010fcc (patch)
treeafd48799a464403c27af05f6f34af4592d18469b /src/ci/github-actions
parentdc1d9d50fba2f6a1ccab8748a0050cde38253f60 (diff)
downloadrust-e63ec2e1402eaff949e5c53b8f6062b152010fcc.tar.gz
rust-e63ec2e1402eaff949e5c53b8f6062b152010fcc.zip
Revert "switch to the macos-12-xl builder"
This reverts commit fcbae989ae790d5b9a0a23ceba242d0b0d4e6c5b.
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 5e676a470a0..8ff6e3ba4e8 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -77,7 +77,7 @@ x--expand-yaml-anchors--remove:
     <<: *base-job
 
   - &job-macos-xl
-    os: macos-12-xl
+    os: macos-latest  # We don't have an XL builder for this
     <<: *base-job
 
   - &job-windows-xl