Skip to content

Commit 205494c

Browse files
authored
Merge pull request #2 from blackfang007/add-windows-ci
Add Windows CI testing
2 parents 17a1f37 + 2439b44 commit 205494c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on:
88

99
jobs:
1010
build-and-test:
11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, windows-latest]
14+
15+
runs-on: ${{ matrix.os }}
16+
1217
steps:
1318
- name: Checkout repository
1419
uses: actions/checkout@v4

0 commit comments

Comments
 (0)