Skip to content

Commit 4b6f8b0

Browse files
committed
Update unit-tests.yaml
1 parent ed32b36 commit 4b6f8b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: ["3.9", "3.10", "3.11", "3.12"]
15+
os: [ubuntu-latest, windows-latest]
1516
continue-on-error: true
16-
runs-on: ubuntu-latest
17+
runs-on: ${{ matrix.os }}
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:

0 commit comments

Comments
 (0)