Skip to content

Commit

Permalink
Add missing build kind in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Mar 21, 2020
1 parent e341d08 commit f26897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
strategy:
matrix:
kind: ['linux', 'rpi', 'windows']
kind: ['linux', 'rpi', 'windows', 'macOS']
include:
- kind: linux
os: ubuntu-latest
Expand Down

0 comments on commit f26897c

Please sign in to comment.