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.
This commit is contained in:
Graham McIntire 2026-02-10 16:52:59 -06:00
parent 4573869607
commit 0db587338e
No known key found for this signature in database

View file

@ -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