From 387abc01afe9951f3c831cf4160e975e646a7477 Mon Sep 17 00:00:00 2001 From: frysee Date: Tue, 13 May 2025 21:33:35 +0200 Subject: [PATCH] Fix semver runner arch --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e8f89b69c..87d949985 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ permissions: jobs: prepare: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-24.04 outputs: next-tag: ${{ steps.next-tag.outputs.version }} release-name: ${{ steps.release-name.outputs.RELEASE_NAME }}