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

Commit b9da13e

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

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

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

1320
steps:
1421
- uses: actions/[email protected]

0 commit comments

Comments
 (0)