Browse Source

CI: Use Qt 5.11.1 on Travis for macOS

Ryan Foster 7 năm trước cách đây
mục cha
commit
729abd3825
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."