Skip to content

Commit f88a9fc

Browse files
committed
CI: Add testing on macOS and Windows
1 parent 955e11f commit f88a9fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
matrix:
1717
os: ["ubuntu-latest"]
1818
python-version: ["3.11"]
19+
include:
20+
- os: "macos-latest"
21+
python-version: "3.11"
22+
- os: "windows-latest"
23+
python-version: "3.11"
1924

2025
env:
2126
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)