-
-
Notifications
You must be signed in to change notification settings - Fork 354
Removed deprecated images #467
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
f13f46c to
5cb883e
Compare
5cb883e to
54ee9e5
Compare
|
Similarly Ubuntu 18.04 is being deprecated and has brownout periods, probably we should remove both since it's no longer possible to reliably build on those platforms with GH runners. Could you update this PR to also remove Ubuntu 18.04? |
|
Sure, I will also remove |
716248e to
4dca0b3
Compare
eregon
left a comment
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!
|
Thanks for merging 🚀 |
macos-10.15 image has been deprecated for a while, see https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ and actions/runner-images#5583. setup-ruby removed the support for these images yesterday: ruby/setup-ruby#467. which fails our package builds. Now using macos-11 to build packages.
macos-10.15 image has been deprecated for a while, see https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ and actions/runner-images#5583. setup-ruby removed the support for these images yesterday: ruby/setup-ruby#467. which fails our package builds. Now using macos-11 to build packages.
I got the notification from GitHub because we still have configuration of
macos-10.15at GitHub Actions. We should remove it fromtest.ymlat least.But I'm not sure we also removed it from
setup-rubyat this time.