Skip to content

Commit 0752099

Browse files
committed
Disable macos
1 parent e023172 commit 0752099

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ["3.10", "3.13"]
14+
os:
15+
- ubuntu-latest
16+
#- macos-latest
17+
- windows-latest
18+
python-version:
19+
- "3.10"
20+
- "3.13"
1621

1722
steps:
1823
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)