Skip to content

Commit efc014d

Browse files
committed
Do not test on mac
1 parent 7a07d1b commit efc014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.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: [ubuntu-latest, windows-latest, macos-latest]
15+
os: [ubuntu-latest, windows-latest]
1616
python-version: ['3.11', '3.12', '3.13']
1717
defaults:
1818
run:

0 commit comments

Comments
 (0)