Skip to content

Commit f19b582

Browse files
authored
ci: Start testing on macOS (#446)
1 parent 0056677 commit f19b582

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
1514
strategy:
1615
matrix:
1716
python: [ 3.6, 3.7, 3.8, 3.9 ]
17+
os: [ ubuntu-latest, macos-latest ]
18+
runs-on: ${{ matrix.os }}
19+
1820
steps:
1921
- uses: actions/checkout@v2
2022
- name: Set up Python

0 commit comments

Comments
 (0)