Skip to content

Commit ac5d8c9

Browse files
committed
Run tests on Ubuntu 20.04 and MacOS
1 parent 0d95d28 commit ac5d8c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ jobs:
66

77
build:
88

9-
name: Python ${{ matrix.python-version }}
10-
runs-on: ubuntu-latest
119
strategy:
1210
matrix:
11+
os: [ubuntu-20.04, macos-latest]
1312
python-version: [3.6, 3.7, 3.8]
1413

14+
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
15+
runs-on: ${{ matrix.os }}
16+
1517
steps:
1618

1719
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)