diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2022-12-03 15:46:18 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2022-12-03 15:46:18 +0100 |
| commit | fcbae989ae790d5b9a0a23ceba242d0b0d4e6c5b (patch) | |
| tree | d89ed6d3ffd74ade8856c188316af04dad078a62 /src/ci/github-actions | |
| parent | 703d95e183fbb678249d8f61cabc732e46884e00 (diff) | |
| download | rust-fcbae989ae790d5b9a0a23ceba242d0b0d4e6c5b.tar.gz rust-fcbae989ae790d5b9a0a23ceba242d0b0d4e6c5b.zip | |
switch to the macos-12-xl builder
Diffstat (limited to 'src/ci/github-actions')
| -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 10de2e8d5ea..75e44fe4987 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-latest # We don't have an XL builder for this + os: macos-12-xl <<: *base-job - &job-windows-xl |
