From 0db587338e8cc2f48fcc23a7c396e6a0302ca104 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 16:52:59 -0600 Subject: [PATCH] Use Blacksmith runner for amd64 release build Switches from ubuntu-latest (2 vCPU) to blacksmith-4vcpu-ubuntu-2404 to match the arm64 build runner and speed up Rust compilation. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32b8698..0d1296b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: include: - platform: linux/amd64 arch: amd64 - runner: ubuntu-latest # Use GitHub's native AMD64 runners + runner: blacksmith-4vcpu-ubuntu-2404 - platform: linux/arm64 arch: arm64 runner: blacksmith-4vcpu-ubuntu-2404-arm # Use Blacksmith ARM64 runners