Skip to content

Commit 4acedd0

Browse files
authored
Update ci.yml
1 parent a030358 commit 4acedd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010

1111
jobs:
1212
main:
13+
runs-on: ${{ matrix.os }}
1314
strategy:
1415
matrix:
15-
python: ['3.6', '3.7', '3.8', '3.9']
16-
runs-on: ubuntu-latest
16+
os: [ubuntu-latest, macos-latest]
17+
python: ['3.6', '3.7']
1718
steps:
1819
- uses: actions/checkout@v2
1920
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)