ci: move the release validation job off the retired ubuntu-20.04 runner - #3
Merged
Merged
Conversation
GitHub removed the ubuntu-20.04 hosted image, so this job never gets a runner: it sits QUEUED forever and every PR stays UNSTABLE behind a check that can neither pass nor fail. Every other job in the repo is already on ubuntu-24.04 or ubuntu-latest; this brings the last one in line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DLik2h14rdD7Ks6v5CHRGv
|
Failed to generate code suggestions for PR |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The
Validationjob inrelease_validation.yamlasks forubuntu-20.04. GitHub has removed that hosted image, so the job never gets a runner — it sitsQUEUEDindefinitely and every PR staysUNSTABLEbehind a check that can neither pass nor fail.Changed to
ubuntu-24.04, which is whatcode_review.yamlin this repo already uses. Every other job is onubuntu-24.04orubuntu-latest— this was the last one left behind.Files touched:
.github/workflows/release_validation.yaml🤖 Generated with Claude Code
https://claude.ai/code/session_01DLik2h14rdD7Ks6v5CHRGv