From ff31c10bf8fe673ed6b72c16a3578f9a2303940a Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 13 Dec 2022 14:37:49 +0100 Subject: [PATCH] add dependency for Ubuntu 22.04 job --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 55fc8f2..e0c86b7 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -239,7 +239,7 @@ jobs: Release: runs-on: ubuntu-latest # We need the RPMs, so add dependency - needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build] + needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build, Ubuntu-jammy-build] steps: # See: https://github.com/actions/download-artifact