Skip to content

Commit b3f5654

Browse files
committed
Upgrade Ubuntu runner
Since we do not build on the initial runner, switching to ARM should be possible. This should be more (power) efficient.
1 parent f6cbb00 commit b3f5654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Check if we are doing a release or just a normal build.
6363
# 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.
6464
name: Build vars & Github release (if required)
65-
runs-on: ubuntu-20.04
65+
runs-on: ubuntu-24.04-arm
6666
outputs:
6767
publish_to_release: ${{ steps.get-build-vars.outputs.PUBLISH_TO_RELEASE }}
6868
tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}

0 commit comments

Comments
 (0)