Skip to content

Commit 27c0a3b

Browse files
authored
Merge pull request #347 from hypersign-protocol/git-workflow-release-fix
hotfix: downgrade docker version to 20.04 in `release` worklow to fix GLIBC version issue found in `hid-noded` binaries
2 parents 6628d36 + 7d64a02 commit 27c0a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
release-binaries-github:
1414
name: Release Binaries to Github
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)