We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb483a commit 7ca9f0cCopy full SHA for 7ca9f0c
.github/workflows/ci.yml
@@ -8,7 +8,9 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, macos-latest, windows-latest]
+ # 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]
14
cgo: ['1', '0']
15
# Workaround no native support for conditional matrix items
16
# https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
0 commit comments