We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c282e0 commit c91a1dbCopy full SHA for c91a1db
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
goreleaser:
43
name: Build and release binary
44
needs: test
45
- runs-on: ubuntu-latest
+ runs-on: macos-latest
46
if: startsWith(github.ref, 'refs/tags/v')
47
steps:
48
- uses: actions/checkout@v2
0 commit comments