We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80741e commit be2ffbaCopy full SHA for be2ffba
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
releases-matrix:
9
name: Release Go Binary
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
11
strategy:
12
matrix:
13
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64
0 commit comments