Skip to content

Commit

Permalink
Attempt adding macOS to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Sep 16, 2019
1 parent 60b9635 commit bb1b720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmg-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macOS-latest]
python-version: [3.6, 3.7]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bb1b720

Please sign in to comment.