Skip to content

Commit

Permalink
ci: add macos to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed May 3, 2020
1 parent 21104c9 commit 84e5ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 10, 11, 12, 13, 14 ]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 84e5ea3

Please sign in to comment.