ci: use shared macos runner

This commit is contained in:
James Houlahan
2020-07-21 16:14:49 +02:00
parent 1df81e4a34
commit 01e0fe4863

View File

@ -125,9 +125,10 @@ build-darwin:
- export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH - export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH
- export GOPATH=~/go - export GOPATH=~/go
- export PATH=$GOPATH/bin:$PATH - export PATH=$GOPATH/bin:$PATH
- export CGO_CPPFLAGS='-Wno-error -Wno-nullability-completeness -Wno-expansion-to-defined -Wno-builtin-requires-header'
cache: {} cache: {}
tags: tags:
- macOS-bridge - macOS
script: script:
- make build - make build
artifacts: artifacts: