Skip to content

ci: use ubuntu-latest runner instead of blacksmith-4vcpu-ubuntu-2404#1019

Open
julien51 wants to merge 1 commit into
mainfrom
chore/replace-blacksmith-runner
Open

ci: use ubuntu-latest runner instead of blacksmith-4vcpu-ubuntu-2404#1019
julien51 wants to merge 1 commit into
mainfrom
chore/replace-blacksmith-runner

Conversation

@julien51
Copy link
Copy Markdown
Member

@julien51 julien51 commented Jun 2, 2026

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

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>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
relay-sdk-demo Ready Ready Preview, Comment Jun 2, 2026 9:38pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Claude finished @julien51's task in 28s —— View job


Code Review -- No issues found.

Reviewed 3 files, 6 lines changed. All three workflows swap runs-on: blacksmith-4vcpu-ubuntu-2404runs-on: ubuntu-latest with no logic changes. Consistent across the diff, no other workflows still reference the old label, and the change aligns with the PR description (Blacksmith no longer provisions this label).
Branch: chore/replace-blacksmith-runner

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Claude finished @julien51's task in 17s —— View job


📝 Docs Drift Check — No docs impact

This PR does not touch surfaces that require a relayprotocol/relay-docs update.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-on to ubuntu-latest in the docs drift check workflow.
  • Switch runs-on to ubuntu-latest in the docs draft PR (chatops) workflow.
  • Switch runs-on to ubuntu-latest in 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.

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