Skip to content

Commit a5c09f1

Browse files
committed
add windows and mac builds to ci
1 parent dd983aa commit a5c09f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18+
os: [ubuntu-latest, windows-latest, macos-11.0]
1819
python-version: [2.7, 3.7, 3.8]
1920

2021
steps:

0 commit comments

Comments
 (0)