Skip to content

GitHub action still waiting for a runner after near 23h #23531

Discussion options

You must be logged in to vote

Thank you. I didn’t see your post until today.

The problem was mine. I that I coded:

runs-on: ${{matrix.os}}

instead of

runs-on: ${{matrix.os}}-latest

And therefore there were not runners available with that name, and the job was endlessly waiting. Perhaps GitHub should detect requests for non existing runners and abort with a meaningful message error.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants