[#1971] GitHub actions: Ubuntu 20.04 depreciation #1972
+8
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relevant issue(s)
Fixes #1971
What does this do?
Changes the CI, and Rubocop, workflows from
ubuntu-20.04
, toubuntu-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
, toubuntu-latest
. A couple of the other actions have also been updated (action-rubocop
, andcheckout
)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 toubuntu-focal
packages, which doesn't seem to be in the Alaveteli CI - I will add a suggested change for review.