Skip to content

Commit 985a967

Browse files
committed
Drop MacOS
1 parent 6286fa3 commit 985a967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19+
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
20+
os: ["ubuntu-latest", "windows-latest"]
2021
py: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2122

2223
steps:

0 commit comments

Comments
 (0)