fixed darwin build

This commit is contained in:
Liam Galvin 2018-11-24 21:00:04 +00:00
parent 7a01195fd6
commit 7442b2740e
1 changed files with 4 additions and 4 deletions

View File

@ -58,25 +58,25 @@ workflows:
- test:
filters:
tags:
only: /.*/
only: /^v.*/
- build-darwin:
requires:
- test
filters:
tags:
only: /.*/
only: /^v.*/
- build-linux:
requires:
- test
filters:
tags:
only: /.*/
only: /^v.*/
- release:
requires:
- build-linux
- build-darwin
filters:
tags:
only: /.*/
only: /^v.*/
branches:
ignore: /.*/