Where are the runner mappings defined? #6920
Unanswered
TWiStErRob
asked this question in
General questions
Replies: 1 comment 1 reply
-
Hello! It is out of scope of the repo as it is defined by an inner github's backend |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found the definitions of the images:
https://github.com/actions/runner-images/blob/main/images/linux/ubuntu2004.json
I'm looking for where
ubuntu-20.04
(which is used inrun-as:
) is mapped to this file. I understand there might be multiple steps involved, for example this image is built, versiones and pushed to some repo. I'm most curious about the top level definition.Maybe a simpler question could be, where is
ubuntu-latest
defined to point atubuntu-22.04
?Beta Was this translation helpful? Give feedback.
All reactions