Skip to content

Commit a6da2c0

Browse files
committed
fix: build dynamic binaries on ubuntu 20.04
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent e60ae17 commit a6da2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: "WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce" # v1.4.0
2323
generate-artifacts:
2424
needs: get-latest-tag
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-20.04
2626
env:
2727
# Set during setup.
2828
RELEASE_TAG: ${{ needs.get-latest-tag.outputs.tag }}

0 commit comments

Comments
 (0)