ci: run Package CI, Changeset, and Release on ubuntu-latest - #82
Conversation
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Summary
After #81, #75, and #80 landed on main, Package CI, Changeset, and Release sat queued on
windows-latestfor 30–40+ minutes with zero runners. Publish is blocked until those jobs get a runner.This flips only
runs-onfromwindows-latesttoubuntu-latestin:.github/workflows/ci.yml.github/workflows/changeset.yml.github/workflows/release.ymlThis is the opposite of the earlier queue-escape (#74 macos, #76 windows Release, #77 windows Package CI + Changeset). Those rotated off starved
ubuntu-*/macos-latest. Windows is the starved pool now, so the same three jobs go back toubuntu-latest. No other workflow or product changes.Test plan
ubuntu-latest(not queued indefinitely onwindows-latest)