Skip to content

Commit 5387de4

Browse files
authored
Merge pull request #307 from nschonni/multi-os
ci: Use matrix for cross-OS testing
2 parents 0938a98 + 846f5c6 commit 5387de4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
1414
matrix:
15+
os:
16+
- ubuntu-latest
17+
- windows-latest
18+
- macos-latest
1519
node-version:
1620
- 18
1721
- 20

0 commit comments

Comments
 (0)