-
Notifications
You must be signed in to change notification settings - Fork 163
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: replace macOS 10.15 with macOS 11 in CI pipelines #717
ci: replace macOS 10.15 with macOS 11 in CI pipelines #717
Conversation
On second thought, it might also be worth to consider the removal of Azure builds altogether. |
GitHub started the deprecation process for macOS 10.15 runners on 2022-05-31, and macOS 10.15 will be completely unsupported by 2022-08-30 (if things proceed as planned). See <actions/runner-images#5583> for more information on the removal of the macOS 10.15 images. This issue already hit us during the build for PR boostorg#716, because at that time there was a scheduled brownout for macOS 10.15 builds to raise awareness of the upcoming removal.
ef18f64
to
905e018
Compare
Just updated this PR to only replace the macOS image on GHA. New macOS passed on GHA, but it failed on Azure. So I will probably add another PR that will remove Azure builds. |
Even the old macOS version failed on Azure: https://dev.azure.com/boostorg/gil/_build/results?buildId=2042&view=logs&jobId=428b2f5c-d4ea-5628-f40b-db0b1f2cd10b&j=428b2f5c-d4ea-5628-f40b-db0b1f2cd10b&t=a1e26ec1-1cd6-52b3-5716-ab36bddef14c
macOS 11 failed with a similar error, too: https://dev.azure.com/boostorg/gil/_build/results?buildId=2041&view=logs&j=dbffb207-18be-561b-b0ae-80a806713608&t=c389dadf-49bf-5055-b7a5-f2217ec3ecf5 |
Yes, I think it's desirable to clean this up. However, as we have planned to clean the CI up, indeed, we should strive for usable bare minimum first. |
Alright. I just pushed another commit that removes the Azure builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Description
GitHub started the deprecation process for macOS 10.15 runners on 2022-05-31, and macOS 10.15 will be completely unsupported by 2022-08-30 (if things proceed as planned). That is, in less than a month macOS builds would fail permanently, so the corresponding jobs are moved to macOS 11.
References
This issue already hit us during the build for PR #716, because at that time there was a scheduled brownout for macOS 10.15 builds to raise awareness of the upcoming removal. It certainly worked. :D
See actions/runner-images#5583 for more information on the removal of the macOS 10.15 images.
Tasklist