Skip to content

Conversation

@Kuchizu
Copy link
Member

@Kuchizu Kuchizu commented Jan 4, 2026

Problem

GitHub Actions workflows are stuck in "Queued" state indefinitely because they use ubuntu-20.04 runner which deprecated and removed by GitHub.

This blocks all PRs from being merged.

Solution

Update runs-on from ubuntu-20.04 to ubuntu-latest in:

  • .github/workflows/cypress.yml
  • .github/workflows/eslint.yml
  • .github/workflows/publish-package-to-npm.yml
  • .github/workflows/create-a-release-draft.yml
  • .github/workflows/bump-version-on-merge-next.yml

ci: update GitHub Actions runners from ubuntu-20.04 to ubuntu-latest
@Kuchizu Kuchizu force-pushed the ci/update-runners branch from b8cc20d to f323904 Compare January 4, 2026 18:21
@neSpecc neSpecc merged commit fb2bf8f into codex-team:next Jan 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants