ci: switch runners from blacksmith to GitHub-hosted (take 2) - #12
Conversation
All CI workflows were using blacksmith-4vcpu-* runners that don't exist or aren't available, causing all runs to stay in 'queued' status indefinitely. Switch to standard ubuntu-latest and windows-latest runners. Affected: test.yml, pr-management.yml, typecheck.yml
|
The following comment was made by an LLM, it may be inaccurate: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d3a159c0d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| jobs: | ||
| check-duplicates: | ||
| runs-on: blacksmith-4vcpu-ubuntu-2404 | ||
| runs-on: ubuntu-latest |
There was a problem hiding this comment.
Move the beta workflow off the unavailable runner
When the Blacksmith runner is unavailable—the failure mode this commit is intended to address—the hourly and manually dispatched beta sync still remains queued because .github/workflows/beta.yml line 10 continues to use blacksmith-4vcpu-ubuntu-2404. Updating these other jobs therefore does not restore the beta workflow; include its sync job in the runner migration.
Useful? React with 👍 / 👎.
将 CI runner 从 blacksmith-4vcpu-ubuntu-2404 切换到 GitHub-hosted ubuntu-latest。
修复 beta workflow 因 Blacksmith runner 不可用而一直 stuck 在 queued 的问题。
1 commit: 6d3a159