From d07b0d20d6a29067d10759025530b4dd44411652 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:46:55 +0200 Subject: [PATCH] Update build-binaries.yml --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index df811d565..aa6001796 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -14,7 +14,6 @@ defaults: jobs: build-and-deploy: - runs-on: ubuntu-20.04 strategy: matrix: arch: [x64, arm64] @@ -24,6 +23,7 @@ jobs: target: node20-linux - os: win target: node20-win + runs-on: ${{ (matrix.arch == 'arm64' && matrix.os == 'linux') && 'ubuntu24-arm64' || 'ubuntu-20.04' }} steps: - name: Checkout code