We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc184e1 commit ced134eCopy full SHA for ced134e
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
go-version: [dev-latest]
15
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
0 commit comments