Skip to content

Commit 1e2b6a7

Browse files
committed
Fix: Remove Windows from CI matrix to streamline workflow
1 parent 7bf7c5a commit 1e2b6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
os: [macos-latest, ubuntu-latest]
1616
python: [3.11, 3.12, 3.13, 3.14]
1717

1818
steps:

0 commit comments

Comments
 (0)