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:
parent
4573869607
commit
0db587338e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue