Skip to content

Commit 63b3a61

Browse files
committed
Add macOS and Windows environments for tests
1 parent bf7bd45 commit 63b3a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on: [ push ]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11+
os: [ ubuntu-latest, macos-latest, windows-latest ]
1112
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
1213

1314
steps:

0 commit comments

Comments
 (0)