Skip to content

Commit be2ffba

Browse files
committed
Fix GH Action runner image
1 parent a80741e commit be2ffba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
releases-matrix:
99
name: Release Go Binary
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
1313
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64

0 commit comments

Comments
 (0)