Fix github runner version for v0.10 at 22.04 #3213
Merged
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.
At the time of writing, the github runner for ubuntu-latest is 22.04, but this will change to 24.04 later in the year.
This change has not yet been announced, but the change from ubuntu 20.04 to 22.04 happened around November '22 so it's reasonable to assume the change to 24.04 will happen round about November '24.
We've already made sure that
devel
will run on 24.04 in #3206. This necessitated a small change to both the libpainter (neutrinolabs/libpainter#23) and librfxcodec (neutrinolabs/librfxcodec#72) submodules. The change todevel
means thatdevel
can carry on usingubuntu-latest
, and we (hopefully) won't notice.For the V0.10 branch, I believe we have three choices to keep CI running after November '24:-
My personal preference is for 1) or 3). @akarl10 has suggested 3), and in the absence of any other suggestions I'm happy to go with that.