Skip to content

Commit 7ca9f0c

Browse files
authored
build: Disable Windows builds (#3429)
1 parent deb483a commit 7ca9f0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
# Disabling windows builds while we figure out why they're broken
12+
# os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest, macos-latest]
1214
cgo: ['1', '0']
1315
# Workaround no native support for conditional matrix items
1416
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038

0 commit comments

Comments
 (0)