Skip to content

Commit

Permalink
Merge pull request #347 from hypersign-protocol/git-workflow-release-fix
Browse files Browse the repository at this point in the history
hotfix: downgrade docker version to 20.04 in `release` worklow to fix GLIBC version issue found in `hid-noded` binaries
  • Loading branch information
Vishwas1 committed Mar 21, 2023
2 parents 6628d36 + 7d64a02 commit 27c0a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
release-binaries-github:
name: Release Binaries to Github
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 27c0a3b

Please sign in to comment.