Skip to content

Commit 8f50162

Browse files
remove windows from testing matrix
1 parent 9e1b769 commit 8f50162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
go: ['1.20', '1.21', '1.22']
44-
os: [ubuntu-latest, macos-latest, windows-latest]
44+
# TODO: also test on 'windows-latest'
45+
os: [ubuntu-latest, macos-latest]
4546
name: Go ${{ matrix.go }} on ${{ matrix.os }}
4647

4748
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)