Skip to content

Github Actions stuck at "Queued" for more than 24 hours #56360

Answered by airtower-luna
doorgan asked this question in Actions
Discussion options

You must be logged in to vote

That there hasn't been any change is exactly the problem: Your jobs used ubuntu-18.04 runners. Those have been deprecated for a while and were removed in April, and now your jobs queue endlessly because they simply can't get a runner. You'll have to update the jobs to use currently supported runners (best switch right to ubuntu-22.04, if possible).

See: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@doorgan
Comment options

Answer selected by doorgan
Comment options

You must be logged in to vote
1 reply
@jannes-io
Comment options

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
Labels
Bug GitHub or a GitHub feature is not working as intended Actions Build, test, and automate your deployment pipeline with world-class CI/CD
4 participants