-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Stop using Ubuntu 20.04 and 22.04 in CI #3570
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
pquentin
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 for keeping our CI running!
|
I removed OpenSSL 3.0 from the required checks. |
|
@pquentin thanks for reviewing this, I've addressed your comments |
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.
Thanks! LGTM. Not sure why macOS and Windows are reported as missing when we did not change them.

A couple of our actions use Ubuntu 20.04 which is deprecated as a GitHub Actions runner image and will be fully unsupported by April 1 actions/runner-images#11101.
We cannot run tests with Python 3.9.2 and OpenSSL 1.1.1 in newer Ubuntu releases, so I have to drop the two jobs from the matrix.
The rest of the tests are upgraded to
ubuntu-latestwhich is Ubuntu 24.04 as of today.