From 0f29b2a8d2e5d3a2e249fe3a78800a999c91773b Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Mon, 27 May 2024 10:35:14 +0900 Subject: [PATCH] copy a patch from bls-go-binary --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4dc520..a3ffe56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,9 @@ jobs: git config user.email github-actions@github.com git push --set-upstream origin release build-linux: - runs-on: ubuntu-latest + # For Linux build we use an Ubuntu version that's as old as possible so that + # the generated artifacts are compatible with not-so-recent systems + runs-on: ubuntu-20.04 needs: create-branch steps: - name: Checkout code