Skip to content

Commit

Permalink
packager image change
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Oct 11, 2024
1 parent 02c76a8 commit 50799b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
release:

# we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet
runs-on: ubuntu-latest
# since latest was changed to 24 which does not include svn anymore need to enforce 22.04
runs-on: ubuntu-22.04

# specify the environment variables used by the packager, matching the secrets from the project on GitHub
env:
Expand Down

0 comments on commit 50799b9

Please sign in to comment.