We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f271e9 commit 73f1869Copy full SHA for 73f1869
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
test:
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
19
python-version: ["3.10", "3.13"]
20
21
runs-on: ${{ matrix.os }}
0 commit comments