Skip to content

Commit b9f8af4

Browse files
committed
Don't run GitHub workflow on Windows
1 parent 5c7ff95 commit b9f8af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os:
1616
- ubuntu-latest
1717
- macos-latest
18-
- windows-latest
18+
# - windows-latest
1919

2020
runs-on: ${{ matrix.os }}
2121

0 commit comments

Comments
 (0)