Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 27, 2024
1 parent 8890a2d commit 8488429
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 @@ -18,7 +18,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
# As of Ubuntu 22.05 svn is no longer installed by default so for now we have to stick on 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 8488429

Please sign in to comment.