From 52efc5ad5a21ace4f6b5b50d1da6ceb6dce0301e Mon Sep 17 00:00:00 2001 From: Kim Kinnear Date: Mon, 23 Jan 2023 13:26:36 -0500 Subject: [PATCH] Build zprintl on slightly older version of ubuntu. --- .github/workflows/main-branch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml index 3544a77..5a6d8de 100644 --- a/.github/workflows/main-branch.yml +++ b/.github/workflows/main-branch.yml @@ -32,7 +32,9 @@ jobs: build-native: needs: build-jar - runs-on: ubuntu-latest + # ubuntu-latest uses a GLIBC not available on older Linux systems + # making distribution of the build artifact not possible + runs-on: ubuntu-20.04 steps: - name: Download artifacts