summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-07 06:43:12 +0000
committerbors <bors@rust-lang.org>2023-02-07 06:43:12 +0000
commitd5a82bbd26e1ad8b7401f6a718a9c57c96905483 (patch)
tree38c72258d20c6cb5a74e92012a9a5d157284edcc /src/ci/github-actions
parentfc594f15669680fa70d255faec3ca3fb507c3405 (diff)
parent2242436183f2a8aacab2706a00c06244aa409220 (diff)
downloadrust-1.67.1.tar.gz
rust-1.67.1.zip
Auto merge of #107743 - cuviper:stable-1.67.1, r=Mark-Simulacrum 1.67.1
Release 1.67.1

- Revert back to LlvmArchiveBuilder on all platforms #107360
- 🚨 fix unsoundness in bootstrap cache code #105624
- Mark uninlined_format_args as pedantic rust-lang/rust-clippy#10265
- Revert "switch to the macos-12-xl builder" #107574

r? `@Mark-Simulacrum`
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 75e44fe4987..10de2e8d5ea 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