We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534456d commit 817435eCopy full SHA for 817435e
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
max-parallel: 20
10
matrix:
11
- os: [ubuntu-latest, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-14] #, windows-latest]
12
python-version: ["3.10", "3.12"]
13
14
runs-on: ${{ matrix.os }}
0 commit comments