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