Skip to content

Commit b1b4b07

Browse files
committed
Drop windows
1 parent 83dc698 commit b1b4b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
jobs:
1414
test:
1515
strategy:
16-
fail-fast: false
16+
fail-fast: true
1717
matrix:
18-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
18+
os: ["ubuntu-latest", "macos-latest"]
1919
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

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

0 commit comments

Comments
 (0)