Skip to content

Commit 8e5fd33

Browse files
committed
Disable CI for Windows
1 parent cf779fb commit 8e5fd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
# os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest]
1617
runs-on: ${{ matrix.os }}
1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)