Skip to content

Commit 7484617

Browse files
authored
Remove Windows from CI workflow matrix
1 parent 6a03d34 commit 7484617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, macos-14,windows-latest]
15+
os: [ubuntu-latest, macos-latest, macos-14]
1616
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}}
1717
env:
1818
MACOSX_DEPLOYMENT_TARGET: '15.0'

0 commit comments

Comments
 (0)