File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 portable-ci :
15- runs-on : depot- ubuntu-24.04
15+ runs-on : blacksmith-2vcpu- ubuntu-2404
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3030 contains(github.event.comment.body, '@claude')) ||
3131 (github.event_name == 'pull_request_review' &&
3232 contains(github.event.review.body, '@claude'))
33- runs-on : depot- ubuntu-24.04
33+ runs-on : blacksmith-2vcpu- ubuntu-2404
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ Windows smoke test:
4040
4141## CI
4242- GitHub Actions workflow: ` .github/workflows/ci.yml `
43- - Runner target: Depot-hosted runner label ` depot- ubuntu-24.04 `
43+ - Runner target: Blacksmith runner label ` blacksmith-2vcpu- ubuntu-2404 `
4444
4545## Claude PR Runner
4646- Workflow: ` .github/workflows/claude-pr-runner.yml `
4747- Trigger: mention ` @claude ` in PR comments/reviews (or run manually via ` workflow_dispatch ` )
48- - Runner target: Depot-hosted runner label ` depot- ubuntu-24.04 `
48+ - Runner target: Blacksmith runner label ` blacksmith-2vcpu- ubuntu-2404 `
4949- Configure one auth secret:
5050 - ` ANTHROPIC_API_KEY ` (API key mode), or
5151 - ` CLAUDE_CODE_OAUTH_TOKEN ` (OAuth mode)
You can’t perform that action at this time.
0 commit comments