Fix GH Action runner image
This commit is contained in:
parent
a80741e748
commit
be2ffba417
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
releases-matrix:
|
||||
name: Release Go Binary
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64
|
||||
|
|
|
|||
Loading…
Reference in New Issue