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

[#1971] GitHub actions: Ubuntu 20.04 depreciation #1972

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mdeuk
Copy link
Collaborator

@mdeuk mdeuk commented Mar 7, 2025

Relevant issue(s)

Fixes #1971

What does this do?

Changes the CI, and Rubocop, workflows from ubuntu-20.04, to ubuntu-latest.

Why was this needed?

GitHub have depreciated support for runners using ubuntu-20.04, and are removing support on 2025-04-01.

Implementation notes

This is a straight swap from ubuntu-20.04, to ubuntu-latest. A couple of the other actions have also been updated (action-rubocop, and checkout)

Screenshots

N/A

Notes to reviewer

Based on the runners in the Alaveteli repo, ubuntu-latest should work here. I did notice that there is a hardcoded dependency to ubuntu-focal packages, which doesn't seem to be in the Alaveteli CI - I will add a suggested change for review.

mdeuk added 3 commits March 7, 2025 17:48
Change to `ubuntu-latest`, and update `action-rubocop`, and `checkout`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI / Rubo workflows are running on depreciated Ubuntu
1 participant