Skip to content

Commit be2ffba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)