Skip to content

Commit 146a06e

Browse files
committed
test on MacOS + Windows
1 parent db7c9a6 commit 146a06e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
1313
python-version: [3.7, 3.8, 3.9]
14+
os: [macos-latest, ubuntu-latest, windows-latest]
1415

1516
steps:
1617
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)