Skip to content

Commit 4493540

Browse files
Add more OSes to run on.
1 parent 31bed65 commit 4493540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

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

9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12+
os: [ubuntu-latest, windows-latest, macos-latest]
1213
python-version: ["3.7", "3.8", "3.9"]
1314

1415
steps:

0 commit comments

Comments
 (0)