Skip to content

Commit 4bb9790

Browse files
committed
drop windows from build matrix
1 parent 3775615 commit 4bb9790

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: "Test"
77
strategy:
88
matrix:
9-
os: [ ubuntu-latest, macos-latest, windows-latest ]
9+
os: [ ubuntu-latest, macos-latest ]
1010
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
1111
runs-on: "${{ matrix.os }}"
1212
steps:
@@ -205,7 +205,6 @@ jobs:
205205
- { os: ubuntu-latest, name: manylinux }
206206
- { os: ubuntu-latest, name: musllinux }
207207
- { os: macos-latest, name: macosx }
208-
- { os: windows-latest, name: win }
209208
py:
210209
- cp37
211210
- cp38

0 commit comments

Comments
 (0)