-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Bump macOS CI version to 13 #12382
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
Bump macOS CI version to 13 #12382
Conversation
|
Thanks for looking into this and sorry I didn't get to it myself. Let's try this. @bors r+ |
Bump macOS CI version to 13 I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A [plain driver](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) being ran on the test files [without `ui_test` or any special flags](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) hit the same issue It didn't occur on `macos-13` the few times I tried it though so let's upgrade to that. [The current `macos-latest` refers to `macos-12`](https://github.com/actions/runner-images?tab=readme-ov-file#available-images), later this year it will refer to `macos-14` which runs on `aarch64` so specifying the version for our x64 macOS tests will also save a future headache r? `@flip1995` changelog: none
|
💔 Test failed - checks-action_test |
|
Thankfully a different issue, seems the old way of setting up for the dynamic linking on macOS no longer works. Let's try having rustup set it up for us @bors try |
Bump macOS CI version to 13 I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A [plain driver](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) being ran on the test files [without `ui_test` or any special flags](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) hit the same issue It didn't occur on `macos-13` the few times I tried it though so let's upgrade to that. [The current `macos-latest` refers to `macos-12`](https://github.com/actions/runner-images?tab=readme-ov-file#available-images), later this year it will refer to `macos-14` which runs on `aarch64` so specifying the version for our x64 macOS tests will also save a future headache r? `@flip1995` changelog: none
|
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
|
Nice, that simplifies things. I didn't know about @bors r+ Thanks! |
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A plain driver being ran on the test files without
ui_testor any special flags hit the same issueIt didn't occur on
macos-13the few times I tried it though so let's upgrade to that. The currentmacos-latestrefers tomacos-12, later this year it will refer tomacos-14which runs onaarch64so specifying the version for our x64 macOS tests will also save a future headacher? @flip1995
changelog: none