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 }}