Skip to content

Commit 727fb34

Browse files
Try tests on Windows and Macs
1 parent 2a3aeb6 commit 727fb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- uses: pre-commit/action@v3.0.1
1818
test:
1919
name: Test
20-
runs-on: ubuntu-latest
20+
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23+
os: [ubuntu-latest, macos-latest, windows-latest]
2324
python-version: ["3.9", "3.10", "3.11"]
2425
steps:
2526
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)