From 0f4c35e1fa05cdad4f4b38e0b00276bf01b32144 Mon Sep 17 00:00:00 2001 From: Fabrice Reix Date: Thu, 19 Oct 2023 11:18:45 +0200 Subject: [PATCH] Use older Ubuntu to get older glibc --- .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 cf661d1..ef88d54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ env: jobs: release-linux-x64: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/checkout@v2