Browse Source

CI: Use Qt 5.11.1 on Travis for macOS

Ryan Foster 7 years ago
parent
commit
729abd3825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CI/install-dependencies-osx.sh

+ 1 - 1
CI/install-dependencies-osx.sh

@@ -24,7 +24,7 @@ sudo installer -pkg ./Packages.pkg -target /
 brew update
 
 #Base OBS Deps and ccache
-brew install qt5 jack speexdsp ccache swig
+brew install qt@5.11 jack speexdsp ccache swig
 
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."