Skip to content

Commit 18f23e1

Browse files
committed
add windows and macos for the installation CI
1 parent 6f0527a commit 18f23e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-22.04, ubuntu-24.04]
14+
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
1515
python-version: ["3.8", "3.10", "3.12"]
1616

1717
steps:

0 commit comments

Comments
 (0)