Skip to content

Commit cc01062

Browse files
committed
Remove windows from tests
1 parent e836461 commit cc01062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, macos-15-arm64, macos-15-intel, windows-latest]
37+
os: [ubuntu-latest, macos-15-arm64, macos-15-intel]
3838
python-version: ["3.11", "3.12", "3.13", "3.14"]
3939
runs-on: ${{ matrix.os }}
4040
steps:

0 commit comments

Comments
 (0)