Skip to content
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

Update CI and PyPI publish actions to use ubuntu-latest instead of ubuntu-20.04 #170

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

michaelroytman
Copy link
Member

Description

Ubuntu 20.04 is losing long term support on 05/31/2025, but the Github Ubuntu 20.04 actions runner image will be fully unsupported on 04/01/2025, and deprecation began on 02/01/2025. The issue link is below.

actions/runner-images#11101

This repository uses the Ubuntu 20.04 LTS runner in two Github actions - ci and pypi-publish. As of 03/04/2025 any new runs of these actions fail with the following error.

This is a scheduled Ubuntu 20.04 brownout. Ubuntu 20.04 LTS runner will be removed on 2025-04-01. For more details, see actions/runner-images#11101.

This commit updates the version of the Ubuntu runner from 20.04 to latest.

Jira: None.

@michaelroytman michaelroytman force-pushed the michaelroytman/update-ubuntu-20.04-to-latest branch from 2687db3 to da9d6af Compare March 4, 2025 18:43
Copy link

github-actions bot commented Mar 4, 2025

Coverage report

This PR does not seem to contain any modification to coverable code.

@michaelroytman michaelroytman force-pushed the michaelroytman/update-ubuntu-20.04-to-latest branch from da9d6af to d6621e7 Compare March 4, 2025 18:44
…d of ubuntu-20.04

Ubuntu 20.04 is losing long term support on 05/31/2025, but the Github Ubuntu 20.04 actions runner image will be fully unsupported on 04/01/2025, and deprecation began on 02/01/2025. The issue link is below.

actions/runner-images#11101

This repository uses the Ubuntu 20.04 LTS runner in two Github actions - ci and pypi-publish. As of 03/04/2025 any new runs of these actions fail with the following error.

This is a scheduled Ubuntu 20.04 brownout. Ubuntu 20.04 LTS runner will be removed on 2025-04-01. For more details, see actions/runner-images#11101.

This commit updates the version of the Ubuntu runner from 20.04 to latest.
@michaelroytman michaelroytman force-pushed the michaelroytman/update-ubuntu-20.04-to-latest branch from d6621e7 to 5c8eea2 Compare March 4, 2025 18:46
Copy link
Member

@schenedx schenedx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@michaelroytman michaelroytman merged commit 1f59c4d into main Mar 4, 2025
4 checks passed
@michaelroytman michaelroytman deleted the michaelroytman/update-ubuntu-20.04-to-latest branch March 4, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants