Commit fd62d146 authored by Steven Fackler's avatar Steven Fackler
Browse files

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.
parent 1fa7397b
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -9,12 +9,9 @@ env:
    - BUILD_OPENSSL_VERSION=1.0.1u
matrix:
  include:
    # osx 32/64
    # osx
    - os: osx
      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
    - env: >