-
Notifications
You must be signed in to change notification settings - Fork 6.3k
8369226: GHA: Switch to MacOS 15 #27655
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
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Thanks for reviews, here we go. I'll let it linger in mainline before proposing backports. Hopefully, we will get backports in with time to spare before brownouts start. /integrate |
Going to push as commit 1ea8cfa.
Your commit was automatically rebased without conflicts. |
Current GHA workflows for MacOS are running with:
GitHub is deprecating MacOS 13 runner on December 4th, 2025, the brownouts are starting in a month: actions/runner-images#13046. Additionally, GHA phases out MacOS x86_64, and MacOS 15 would be the last runner for x86_64. We have already disabled testing jobs for MacOS x86_64. GitHub recommends migrating to MacOS 15 at this time.
We can switch to MacOS 15 runner for both x86 and AArch64 to keep pipelines green in the coming months.
Additional testing:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27655/head:pull/27655
$ git checkout pull/27655
Update a local copy of the PR:
$ git checkout pull/27655
$ git pull https://git.openjdk.org/jdk.git pull/27655/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27655
View PR using the GUI difftool:
$ git pr show -t 27655
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27655.diff
Using Webrev
Link to Webrev Comment