Skip to content

Commit 8d51a57

Browse files
committed
check for linux, win, mac
1 parent b0ba5c5 commit 8d51a57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-16.04
7+
runs-on: ${{ matrix.operating-system }}
88
strategy:
99
matrix:
10+
operating-system: [ubuntu-latest, windows-latest, macos-latest]
1011
python-version: [ '3.6', '3.7' ]
1112
name: Python ${{ matrix.python-version }}
1213
steps:

0 commit comments

Comments
 (0)