Skip to content

replace EOL ubuntu-20.04 runners with ubuntu-latest#127

Open
ktdreyer wants to merge 1 commit intoredhat-actions:mainfrom
ktdreyer:fix-eol-ubuntu-runners
Open

replace EOL ubuntu-20.04 runners with ubuntu-latest#127
ktdreyer wants to merge 1 commit intoredhat-actions:mainfrom
ktdreyer:fix-eol-ubuntu-runners

Conversation

@ktdreyer
Copy link
Copy Markdown

@ktdreyer ktdreyer commented Apr 24, 2026

Summary

  • Replace ubuntu-20.04 with ubuntu-latest in example_mirror.yml and example_github.yml
  • GitHub removed the ubuntu-20.04 runner image on April 15, 2025, causing all CI jobs using it to fail
  • ubuntu-latest tracks the current LTS so these workflows stay functional without future manual bumps

Fixes #125

GitHub removed the ubuntu-20.04 runner image on April 15, 2025,
causing all CI jobs using it to fail. "ubuntu-latest" tracks the
current LTS so these workflows stay functional without future
manual bumps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

CI example workflows use EOL ubuntu-20.04 runners

1 participant