Skip to content

Commit 79dca0e

Browse files
committed
Fix CI config matrix
1 parent 837138b commit 79dca0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: Test suite
33
on: [push]
44

55
jobs:
6-
run_unit_tests:
7-
runs-on: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
6+
unit_tests:
7+
runs-on: ${{ matrix.os }}
88
strategy:
99
max-parallel: 8
1010
matrix:
11+
os: [ubuntu-18.04, macos-10.15]
1112
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
1213
steps:
1314
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)