We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f00997 commit e0238daCopy full SHA for e0238da
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
os:
15
- windows-latest
16
- macos-latest
17
- # - ubuntu-latest
+ - ubuntu-latest
18
runs-on: ${{ matrix.os }}
19
if: ${{ startsWith(github.ref, 'refs/heads/ci/yakit-') || startsWith(github.ref, 'refs/tags/v') }}
20
steps:
0 commit comments