Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 7943461

Browse files
committed
Test making CI run on ubuntu and windows
1 parent 3f057b6 commit 7943461

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
test:
11-
runs-on: macos-latest
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
os:
15+
- macos-latest
16+
- ubuntu-latest
17+
- windows-latest
18+
19+
runs-on: ${{matrix.os}}
1220

1321
steps:
1422
- uses: actions/[email protected]

0 commit comments

Comments
 (0)