From db25303966c1697b98fc1c520cf2a75c0623dc42 Mon Sep 17 00:00:00 2001 From: Boris Terzic Date: Fri, 15 Mar 2024 09:02:55 +0100 Subject: [PATCH] Downgraded to ubuntu 20.4 from latest to have more compatibility in libc --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6c8dac..c911f86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ name: Create and Upload Release Artifact jobs: generate: name: Create release-artifacts - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Get the release version id: get_version @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: 'openidprovider-*' \ No newline at end of file + args: 'openidprovider-*'