We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6794f8f commit c717b7eCopy full SHA for c717b7e
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
go-version: [1.19.x]
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
0 commit comments