summerwind/actions-runner:latest grabs ubuntu 20.04, not ubuntu 22.04 #4058
Labels
bug
Something isn't working
community
Community contribution
needs triage
Requires review from the maintainers
Uh oh!
There was an error while loading. Please reload this page.
Checks
Checks
To Reproduce
Describe the bug
Hello,
The docker image
summerwind/actions-runner
with the tag:latest
grabs ubuntu 20.04, instead of the newer version ubuntu 22.04.Ubuntu 20.04 is phased out at Github as runner, so this means that github actions start dropping support 20.04. Would be nice if latest actually supports the latest ubuntu versions. Specifically mentioning this, because we will also get Ubuntu 24.04 at some point, so it should favor that one instead once that gets supported over 22.04.
Workaround
If you're facing the same issue, simply pin to ubuntu-22.04
Like this
summerwind/actions-runner:ubuntu-22.04
Describe the expected behavior
Latest should grab ubuntu-22.04
Additional Context
The text was updated successfully, but these errors were encountered: