Skip to content

Commit c1a98a1

Browse files
committed
Also test on MacOS and Windows
1 parent 7dfd847 commit c1a98a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

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

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: false
1818
matrix:
19+
os: [macos-latest, ubuntu-latest, windows-latest]
1920
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
2021

2122
steps:

0 commit comments

Comments
 (0)