From 4524b2fc82a7c5749f06198bf16b636ca5c1c94b Mon Sep 17 00:00:00 2001 From: Lukasz Gryzbon Date: Wed, 14 Aug 2024 22:30:31 +0100 Subject: [PATCH] fix: Release on ubuntu-22.04 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a92f001..f493b2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: build: uses: lsd-consulting/shared-workflows/.github/workflows/build.yml@main with: + operating-system: ubuntu-22.04 java-version: '17' codecov: true release: @@ -22,4 +23,4 @@ jobs: uses: lsd-consulting/shared-workflows/.github/workflows/release.yml@main with: java-version: '17' - secrets: inherit \ No newline at end of file + secrets: inherit