Skip to content

GitHub actions dont start anymore #26783

Answered by cschleiden
mStirner asked this question in Actions
Discussion options

You must be logged in to vote

Hello,

specifying runs-on: [ubuntu-18.04, ubuntu-latest] in the workflow means that the job is looking for a runner that satisfies both labels. Since ubuntu-latest points to 20.x at the moment, we do not have any hosted runners which satisfy both labels.

If you want to run the workflow job on an ubuntu-18.04 and ubuntu-latest runners, you’d have to include that in your matrix configuration: see here Workflow syntax for GitHub Actions - GitHub Docs for an example.

Otherwise chose either ubuntu-18.04 or ubuntu-latest.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants