From 9b39a2b8569199de4de035d514e3c9c4b53d796c Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 9 Apr 2025 16:22:21 +0300 Subject: [PATCH] fix: use arm 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 aa96531..33e63de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: path: tinyauth-amd64 binary-build-arm: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout uses: actions/checkout@v4