Skip to content

Commit fa5133b

Browse files
committed
CI: test the build on Windows and macOS, too
1 parent 7bdb3c7 commit fa5133b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
name: build-${{ matrix.os }}
16+
runs-on: ${{ matrix.os }}
17+
strategy:
18+
matrix:
19+
os: [ubuntu-latest, windows-latest, macos-latest]
1620

1721
steps:
1822
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)