-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Use GitHub-hosted macos-12 in CI, not deprecated macos-11 #21003
Conversation
We were running the MacOS 11 x86_64 CI shards on a self-hosted runner (IIRC, because the GH hosted ones were horrifically unreliable). But looks like these ran on hosted runners? |
It looks like for macOS x86-64:
(Not directly related to this PR, but I've assumed that we have the 10.15 self-hosted runner around to be able to do releases that are still compatible with that older version.) |
Hmm, yes, looks like there were/are 3 macos platforms in play. |
Four if we go with #20997! 😅 |
I tried to automatically cherry-pick this change back to each relevant milestone, so that it is available in those older releases of Pants. ❌ 2.20.xI was unable to cherry-pick this PR to 2.20.x, likely due to merge-conflicts. Steps to Cherry-Pick locallyTo resolve:
Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary. ❌ 2.21.xI was unable to cherry-pick this PR to 2.21.x, likely due to merge-conflicts. Steps to Cherry-Pick locallyTo resolve:
Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary. When you're done manually cherry-picking, please remove the Thanks again for your contributions! |
GitHub Actions has deprecated their `macos-11` hosted runners, and removing them at the end of the month. This thus bumps to `macos-12`, the oldest supported version. https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ This cherry-picks to all active branches to ensure their CI continues to work. Fixes #20938
GitHub Actions has deprecated their `macos-11` hosted runners, and removing them at the end of the month. This thus bumps to `macos-12`, the oldest supported version. https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ This cherry-picks to all active branches to ensure their CI continues to work. Fixes #20938
…k of #21003) (#21008) GitHub Actions has deprecated their `macos-11` hosted runners, and removing them at the end of the month. This thus bumps to `macos-12`, the oldest supported version. https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ This cherry-picks to all active branches to ensure their CI continues to work. Fixes #20938
…k of #21003) (#21009) GitHub Actions has deprecated their `macos-11` hosted runners, and removing them at the end of the month. This thus bumps to `macos-12`, the oldest supported version. https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ This cherry-picks to all active branches to ensure their CI continues to work. Fixes #20938
GitHub Actions has deprecated their
macos-11
hosted runners, and removing them at the end of the month. This thus bumps tomacos-12
, the oldest supported version.https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
This cherry-picks to all active branches to ensure their CI continues to work.
Fixes #20938