Skip to content

Update Github Action to use latest ubuntu #46

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

Merged
merged 1 commit into from
Jun 19, 2025
Merged

Conversation

xispa
Copy link
Member

@xispa xispa commented Jun 19, 2025

Description of the issue/feature this PR addresses

This PR updates the GitHub action to use ubuntu-latest due to this accouncement:


The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025. To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:

March 4 14:00 UTC – 22:00 UTC
March 11 13:00 UTC – 21:00 UTC
March 18 13:00 UTC – 21:00 UTC
March 25 13:00 UTC – 21:00 UTC
What you need to do

Jobs using the ubuntu-20.04 YAML workflow label should be updated to ubuntu-22.04, ubuntu-24.04 or ubuntu-latest. You can always get up-to-date information on our tools by reading about the software in the runner images repository. Please contact GitHub Support if you run into any problems or need help.


Current behavior before PR

Ubuntu 20 is used with a Python 2.7 container

Desired behavior after PR is merged

Ubuntu latest is used that installs Python 2.7 with PyEnv

--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.

@xispa xispa marked this pull request as ready for review June 19, 2025 17:06
@xispa xispa requested a review from ramonski June 19, 2025 17:06
@ramonski ramonski merged commit 5da20bc into master Jun 19, 2025
2 checks passed
@ramonski ramonski deleted the github-action-update branch June 19, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants