brew qt 5.12 not supported in osx 10.11, reverting to qt 5.11.2

This commit is contained in:
Thomas Ferreira de Lima 2018-12-20 22:38:01 -05:00
parent 07bce7ee21
commit 971ad89f0b
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 2 additions and 8 deletions

View File

@ -225,10 +225,9 @@ matrix:
homebrew:
packages:
- python3
- qt
update: true
env:
- MATRIX_EVAL=""
- MATRIX_EVAL="brew update; brew config; brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/56c500b569c724b049be7ab9e12d9693f85522f9/Formula/qt.rb" # Qt 5.11.2
- PYTHON_VERSION=B37
- MACOS_VERSION=ElCapitan
- KLAYOUT_BUILD=true
@ -265,13 +264,8 @@ matrix:
- name: "KLayout macOS 10.11 with py2.7"
os: osx
osx_image: xcode8 # macOS 10.11
addons:
homebrew:
packages:
- qt
update: true
env:
- MATRIX_EVAL=""
- MATRIX_EVAL="brew update; brew config; brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/56c500b569c724b049be7ab9e12d9693f85522f9/Formula/qt.rb" # Qt 5.11.2
- PYTHON_VERSION=Sys
- MACOS_VERSION=ElCapitan
- KLAYOUT_BUILD=true