From 5e7ce495e49b6ca56005ed709db6077a44112189 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:12:52 +0100 Subject: [PATCH] fix runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a4eeeb..4f2c053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: name: linux-x86_64-artifact path: ${{ env.TAR_NAME }} build-linux-arm64: - runs-on: ubuntu-latest-arm # build both architectures + runs-on: ubuntu-22.04-arm # build both architectures steps: - uses: actions/checkout@v3 with: