Skip to content

Commit 6e893d0

Browse files
vvillait88claude
andcommitted
ci: swap Blacksmith x86 → ARM for CI and security jobs
CI runs lint/typecheck/test; security runs osv-scan (and pip-audit for python). No Docker artifacts produced. ARM is cheaper and faster for Bun/Python tooling. publish.yml stays on ubuntu-latest for trusted publishing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2e9e9e3 commit 6e893d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

1212
jobs:
1313
ci:
14-
runs-on: blacksmith-2vcpu-ubuntu-2404
14+
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
1515
steps:
1616
- uses: useblacksmith/checkout@v1
1717
- uses: astral-sh/setup-uv@v7

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
osv-scan:
1818
name: Dependency Scan
19-
runs-on: blacksmith-2vcpu-ubuntu-2404
19+
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
2020
timeout-minutes: 5
2121
steps:
2222
- uses: useblacksmith/checkout@v1
@@ -31,7 +31,7 @@ jobs:
3131

3232
pip-audit:
3333
name: Python Audit
34-
runs-on: blacksmith-2vcpu-ubuntu-2404
34+
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
3535
timeout-minutes: 5
3636
steps:
3737
- uses: useblacksmith/checkout@v1

0 commit comments

Comments
 (0)