Skip to content

Commit f43f50a

Browse files
Copilotmjenkinsx9
andcommitted
Switch CI runners from depot-ubuntu-24.04 to blacksmith-2vcpu-ubuntu-2404
Co-authored-by: mjenkinsx9 <238907794+mjenkinsx9@users.noreply.github.com> Agent-Logs-Url: https://github.com/Mike-Jenkins-Org/PortableCoder/sessions/8d3bee99-535f-4958-8347-c5cc786bb1a0
1 parent ff63103 commit f43f50a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
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

.github/workflows/claude-pr-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)