You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week we saw a lot of chaos because the ubuntu-latest runner tag was switched to the ubuntu-24.04 image, away from the ubuntu-22.04 image1.
I'm proposing that we pin the ubuntu runner OS to 22.04 as the default value so we can avoid that chaos in the future. By pinning we can
test here before updating to a new runner tag, preventing CI for sbt-typelevel users from breaking unexpectedly (breaking due to this kind of change at least lol)
communicate with users via a major release + release notes if a major change like this happens again
Footnotes
And that switch is now being rolled back for the time being 😵 ↩
👍 to pinning. Why go back to 22.04 / when should we go to 24.04 given that things are working now (I think 😅). I guess we can wait until GH makes 24.04 latest again, as a sign of stability? idk.
Why go back to 22.04 / when should we go to 24.04 given that things are working now (I think 😅). I guess we can wait until GH makes 24.04 latest again, as a sign of stability? idk.
I had the same thinking/question. I chose 22.04 so it would match the current behaviour of latest just in case, but it's not a strongly held opinion.
Edit: and then yeah, I agree with moving to 24.04 when the latest change rolls out again (hoping we actually get told it happens etc.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This week we saw a lot of chaos because the
ubuntu-latestrunner tag was switched to theubuntu-24.04image, away from theubuntu-22.04image1.I'm proposing that we pin the ubuntu runner OS to 22.04 as the default value so we can avoid that chaos in the future. By pinning we can
Footnotes
And that switch is now being rolled back for the time being 😵 ↩