Skip to content

ci: move the release validation job off the retired ubuntu-20.04 runner - #3

Merged
tkgstrator merged 1 commit into
masterfrom
ci/retire-ubuntu-20-04
Sep 4, 2026
Merged

tkgstrator merged 1 commit into
masterfrom
ci/retire-ubuntu-20-04

Conversation

@tkgstrator

Copy link
Copy Markdown
Contributor

Summary

The Validation job in release_validation.yaml asks for ubuntu-20.04. GitHub has removed that hosted image, so the job never gets a runner — it sits QUEUED indefinitely and every PR stays UNSTABLE behind a check that can neither pass nor fail.

Changed to ubuntu-24.04, which is what code_review.yaml in this repo already uses. Every other job is on ubuntu-24.04 or ubuntu-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

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
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Failed to generate code suggestions for PR

@tkgstrator
tkgstrator merged commit 927315e into master Sep 4, 2026
12 checks passed
@tkgstrator
tkgstrator deleted the ci/retire-ubuntu-20-04 branch September 4, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant