From 20b0036ade1e259223c15a0c6d604ba4903150ec Mon Sep 17 00:00:00 2001 From: Pistonight Date: Sun, 19 Apr 2026 18:45:25 -0700 Subject: [PATCH] upgrade non-linux workers to blacksmith --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fad3cd2..8b69627 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,13 +25,13 @@ jobs: fail-fast: false matrix: include: - - image: ubuntu-latest + - image: blacksmith-4vcpu-ubuntu-2404 target: x64 - - image: ubuntu-24.04-arm + - image: blacksmith-4vcpu-ubuntu-2404-arm target: arm64 - - image: macos-latest + - image: blacksmith-6vcpu-macos-latest target: arm64 - - image: windows-latest + - image: blacksmith-4vcpu-windows-2025 target: x64 runs-on: ${{ matrix.image }} steps: