Make ubuntu-latest point to ubuntu-22.04 #6257
famastefano
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Took me a little bit to understand why my GitHub Actions couldn't find clang-14, and then I saw that I was running on Ubuntu 20.04, while 22.04 is available.
Shouldn't the *-latest runner point to the latest available image? Otherwise what's the point of calling it like that?
Or is it for backward compatibility?
If not, I suggest to update it to the latest runner, like the name implies.
If someone cares about the exact OS version, they should explicitly state that by using a versioned runner name.
Beta Was this translation helpful? Give feedback.
All reactions