Drop x86 macOS build
It's not supported by Homebrew anymore and it's not clear that anyone really cares about that target at all.
This commit is contained in:
parent
1fa7397b88
commit
fd62d146ac
|
|
@ -9,12 +9,9 @@ env:
|
||||||
- BUILD_OPENSSL_VERSION=1.0.1u
|
- BUILD_OPENSSL_VERSION=1.0.1u
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# osx 32/64
|
# osx
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
- os: osx
|
|
||||||
env: TARGET=i686-apple-darwin
|
|
||||||
install: brew uninstall openssl && brew install openssl --universal --without-test
|
|
||||||
|
|
||||||
# ARM-bit version compat
|
# ARM-bit version compat
|
||||||
- env: >
|
- env: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue