Skip to content

Commit 3fd07aa

Browse files
author
Patrick Jackson
committed
run github actions on all platforms
1 parent 99c8c42 commit 3fd07aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

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

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [macos-latest, windows-latest, ubuntu-latest]
1215
steps:
1316
- uses: actions/checkout@v2
1417

0 commit comments

Comments
 (0)