Skip to content

Commit 4f73df4

Browse files
Run tests on all OSes
1 parent 42a5c08 commit 4f73df4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

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

1010
jobs:
1111
test:
12-
runs-on: ubuntu-latest
12+
name: Test ${{ matrix.OS }}
13+
runs-on: ${{ matrix.OS }}
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
OS: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14"]
1318
steps:
1419
- uses: actions/checkout@v3
1520
with:

0 commit comments

Comments
 (0)