diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-02 23:05:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-02 23:05:28 +0100 |
| commit | a27a4e4c7ab5dc2315dacef717e3baaba409c53b (patch) | |
| tree | b7a9c599dd9a73327d8a4da7177414feecce49e2 /src | |
| parent | f75f440bbf98a6a419240ce9cc1c82f13e37b76f (diff) | |
| parent | 506ce7e3cc5637bd5832bbb3d1f3ba3725797477 (diff) | |
| download | rust-a27a4e4c7ab5dc2315dacef717e3baaba409c53b.tar.gz rust-a27a4e4c7ab5dc2315dacef717e3baaba409c53b.zip | |
Rollup merge of #108367 - compiler-errors:xl-builders-again, r=pietroalbini
Re-apply "switch to the macos-12-xl builder" This reverts commit e63ec2e1402eaff949e5c53b8f6062b152010fcc, essentially re-applying fcbae989ae790d5b9a0a23ceba242d0b0d4e6c5b. r? ````@pietroalbini````
Diffstat (limited to 'src')
| -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 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 |
