Skip to content

Commit a230063

Browse files
committed
Disable macOS and Windows
1 parent 2098c2a commit a230063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
os: [ubuntu-latest, macos-latest, windows-latest]
7+
os: [ubuntu-latest]
88
python-version:
99
["3.7", "3.12"]
1010
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)