Skip to content

Commit 39c62b6

Browse files
committed
ci: add macOS and Windows to test matrix
1 parent 7ddcee0 commit 39c62b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99

1010
jobs:
1111
unit-test:
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15+
os: [ubuntu-latest, macos-latest, windows-latest]
1516
python-version: [3.9]
1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)