From 0b9515249ac02c8076eddefc23a0eacd12228d9b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 8 Apr 2021 22:08:19 +0200 Subject: [PATCH] Using an older version of the 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 656663a8..38ca4b23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward) runtime: linux-x64 artifact: linux # - os: windows-latest