From b3f56543b67d8e9d63fe764b78eebf83e1eef91b Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Mon, 5 May 2025 22:21:40 +0200 Subject: [PATCH] Upgrade Ubuntu runner Since we do not build on the initial runner, switching to ARM should be possible. This should be more (power) efficient. --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index d2aa95cbcd..7fabb0111c 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -62,7 +62,7 @@ jobs: # Check if we are doing a release or just a normal build. # This must be done before actually building the app to find out where to upload the binaries and if we need to create a Github release. name: Build vars & Github release (if required) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04-arm outputs: publish_to_release: ${{ steps.get-build-vars.outputs.PUBLISH_TO_RELEASE }} tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}