Fix GH Action runner image

This commit is contained in:
Khanh Ngo
2022-12-02 23:52:39 +01:00
parent a80741e748
commit be2ffba417

View File

@@ -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