diff options
| author | bors <bors@rust-lang.org> | 2023-04-26 07:43:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-26 07:43:17 +0000 |
| commit | ae3ab14faa47ba581396b6fb1458bec3c9bd0bed (patch) | |
| tree | 9f836af6b4fc2d62cd76e64b65aa55a8e5e533e0 /src/ci | |
| parent | 70540d51275086ce1a4cb12e9d96a97134df792e (diff) | |
| parent | 8c0dfa31f44636ebd35282bff0d08a922b8a8c0f (diff) | |
| download | rust-ae3ab14faa47ba581396b6fb1458bec3c9bd0bed.tar.gz rust-ae3ab14faa47ba581396b6fb1458bec3c9bd0bed.zip | |
Auto merge of #110839 - jyn514:rollup-uikilwm, r=jyn514
Rollup of 9 pull requests Successful merges: - #108416 (black_box doc corrections for clarification - Issue #107957) - #109379 (Replace `yes` command by `while-echo` in test `tests/ui/process/process-sigpipe.rs`) - #110266 (Update documentation wording on path 'try_exists' functions) - #110329 (Improve tests for #110138) - #110418 (Spelling rustdoc) - #110587 (Fix `std` compilation error for wasi+atomics) - #110594 (`rustc --help` add `--cfg` SPEC declaration.) - #110792 (Use the standard macOS CI runner) - #110817 (Add regression tests for const-generic inherent associated types) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci')
| -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 8c7798aad8b..8409b9ca569 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -82,7 +82,7 @@ x--expand-yaml-anchors--remove: <<: *base-job - &job-macos-xl - os: macos-12-xl + os: macos-latest # We use the standard runner for now <<: *base-job - &job-windows-8c |
