-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Selecting the Xcode version no longer needed with the macos-11 runners. #89849
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
If we're going to delete all uses, I think we should delete the script in the same PR. It will be easy to revert this commit if we need to, but otherwise it's pretty likely we'll forget and be confused later down the line. |
21c1ca5
to
8514b00
Compare
@Mark-Simulacrum Script deleted as well and squashed in. |
Just a note for posterity: To be a little clearer, 12.2 still exists on the 10.15 image. I was a little concerned when testing macOS 11 of removing this since it wasn't clear how the |
It seems that once a repository has transitioned to a new image all subsequent runs are done with the new image, which is sensible. Without |
@rustbot label -S-waiting-on-author +S-waiting-on-review |
@bors r+ |
📌 Commit 8514b00 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#89507 (Add `#[repr(i8)]` to `Ordering`) - rust-lang#89849 (CI: Selecting the Xcode version no longer needed with the macos-11 runners.) - rust-lang#89886 (Update the wasi-libc built with the wasm32-wasi target) - rust-lang#89907 (Remove FIXME since there is nothing to be fixed) - rust-lang#89943 (clippy::complexity fixes) - rust-lang#89953 (Make Option::as_mut const) - rust-lang#89958 (Correct small typo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
It does nothing nowadays since
/Applications/Xcode_12.2.app
does not exist in the GH runner environment andautomatically using the latest version selected by the GH environment is better anyway.