From 8488429e6581910fa00398e5875e1ff3ad52ce3a Mon Sep 17 00:00:00 2001 From: Kayla Glick <12898988+kayla-glick@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:53:09 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3089ba4..fb3ce91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: