Skip to content

Commit 27eea2f

Browse files
authored
CI: testing on Windows and MacOS too
1 parent b33a1d5 commit 27eea2f

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ on:
88

99
jobs:
1010
test:
11-
name: Build & Test
12-
runs-on: ubuntu-latest
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
os:
15+
- "ubuntu-latest"
16+
- "macos-latest"
17+
- "windows-latest"
18+
runs-on: ${{ matrix.os }}
19+
name: Build & Test (${{ matrix.os }})
1320
steps:
1421
- uses: actions/checkout@v4
1522

0 commit comments

Comments
 (0)