From 4e3e7007d80d14b5b75590181425ffd13f914c3f Mon Sep 17 00:00:00 2001 From: moosq <53606936+moosq@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:29:27 +0200 Subject: [PATCH] for better binary compatibility for linux move to older distro --- .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 0733b641..261a3741 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: - v*.* jobs: goreleaser: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Unshallow Fetch