Skip to content

Commit

Permalink
Add macos CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jun 8, 2020
1 parent 97f04d1 commit 837138b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
run_unit_tests:
runs-on: ubuntu-18.04
runs-on: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
strategy:
max-parallel: 8
matrix:
Expand All @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
sudo apt-get install jq
[[ $(uname) == Linux ]] && sudo apt-get install --no-install-recommends python3-openssl python3-lxml
pip install coverage wheel
make install
- name: Test
Expand Down

0 comments on commit 837138b

Please sign in to comment.