Pārlūkot izejas kodu

CI: Use Qt 5.11.1 on Travis for macOS

Ryan Foster 7 gadi atpakaļ
vecāks
revīzija
729abd3825
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 brew update
 
 
 #Base OBS Deps and ccache
 #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
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."
 ccache -s || echo "CCache is not available."