ci: use ubuntu-latest runner instead of blacksmith-4vcpu-ubuntu-2404#1019
ci: use ubuntu-latest runner instead of blacksmith-4vcpu-ubuntu-2404#1019julien51 wants to merge 1 commit into
Conversation
Blacksmith stopped provisioning the blacksmith-4vcpu-ubuntu-2404 runner on this org (~2026-05-28); jobs queue with no runner and auto-cancel after 24h. Switch to GitHub-hosted ubuntu-latest to unblock CI. Runner label only; no logic changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @julien51's task in 28s —— View job Code Review -- No issues found. Reviewed 3 files, 6 lines changed. All three workflows swap |
There was a problem hiding this comment.
Pull request overview
This PR updates CI workflow runner labels from the no-longer-provisioned blacksmith-4vcpu-ubuntu-2404 to GitHub-hosted ubuntu-latest, unblocking queued/cancelled jobs without changing workflow logic.
Changes:
- Switch
runs-ontoubuntu-latestin the docs drift check workflow. - Switch
runs-ontoubuntu-latestin the docs draft PR (chatops) workflow. - Switch
runs-ontoubuntu-latestin the Claude code review workflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/docs-drift-check.yml | Updates the runner label to GitHub-hosted ubuntu-latest so drift checks can execute again. |
| .github/workflows/docs-draft-pr.yml | Updates the runner label to GitHub-hosted ubuntu-latest so /publish-docs-pr jobs can run. |
| .github/workflows/claude-code-review.yml | Updates the runner label to GitHub-hosted ubuntu-latest so automated reviews can run. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Switches the CI runner from blacksmith-4vcpu-ubuntu-2404 to GitHub-hosted ubuntu-latest.
Blacksmith stopped provisioning this label on the org around 2026-05-28 — jobs since then queue with no runner and auto-cancel after 24h. Moving to ubuntu-latest unblocks them. Runner label only; no logic changes.
🤖 Generated with Claude Code