Skip to content

Commit

Permalink
copy a patch from bls-go-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed May 27, 2024
1 parent ef6f719 commit 0f29b2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f29b2a

Please sign in to comment.