Skip to content

Commit 7a37484

Browse files
authored
Merge pull request #3499 from ann0see/autobuild/upgradeUbuntu
Upgrade Ubuntu runner to 24.04 (ARM)
2 parents f6cbb00 + b3f5654 commit 7a37484

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)