Skip to content

Commit

Permalink
ENH: GitHub Actions testing for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 11, 2020
1 parent 42c42ae commit 7afe4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on: [push,pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.5, 3.6, 3.7]

steps:
Expand Down

0 comments on commit 7afe4b1

Please sign in to comment.