Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
Add macOS to testing matrix
  • Loading branch information
danieljfarrell authored Sep 9, 2020
1 parent 6cb549e commit 947a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
python-version: ['3.7']

steps:
Expand Down

0 comments on commit 947a5db

Please sign in to comment.