Skip to content

Commit 4fa10df

Browse files
adds os matrix
1 parent fdd2109 commit 4fa10df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ on:
1111
jobs:
1212

1313
test-suite:
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
1717
python-version: [3.6, 3.7, 3.8]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1819

1920
steps:
2021
- uses: actions/checkout@v2
21-
- name: Set up Python ${{ matrix.python-version }}
22+
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }}
2223
uses: actions/setup-python@v2
2324
with:
2425
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)