From bcce66b18f806bf72ba91f9cd6b384af36b27478 Mon Sep 17 00:00:00 2001 From: Pavel Abramov Date: Wed, 15 Nov 2023 10:49:41 +0100 Subject: [PATCH] GitHub actions: switch to buildjet native arm runners for build.yml Signed-off-by: Pavel Abramov --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a61a8e4ce2..8b2ba0c548 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: include: - - os: arm64-dirty + - os: buildjet-4vcpu-ubuntu-2204-arm arch: arm64 - os: ubuntu-20.04 arch: amd64 @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 - name: ensure zstd for cache # this should be removed once the arm64 VM includes zstd - if: ${{ matrix.os == 'arm64-dirty' || matrix.os == 'arm64-secure' }} + if: ${{ matrix.os == 'buildjet-4vcpu-ubuntu-2204-arm' || matrix.os == 'arm64-secure' }} run: | sudo apt install -y zstd - name: ensure packages for cross-arch build