Use Xcode 11 on macOS 10.14

Fixes: QTQAINFRA-3261
Change-Id: Ibec6b156e030b2a1b91010321178612efc0bd06b
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Tor Arne Vestbø
2019-11-13 17:53:45 +01:00
parent 40cca42c39
commit 6bf7a970e7
2 changed files with 4 additions and 4 deletions

View File

@@ -50,4 +50,4 @@ set -ex
# shellcheck source=../common/macos/install_xcode.sh
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/macos_10.14_mojave/Xcode_10.2.1_update.tar.gz 10.2.1
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/macos_10.14_mojave/Xcode_11.2.1.tar.gz 11.2.1

View File

@@ -38,10 +38,10 @@ set -ex
# shellcheck source=../common/macos/install-commandlinetools.sh
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
version="10.2.1"
packageName="Command_Line_Tools_macOS_10.14_for_Xcode_$version.dmg"
version="11.2"
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
url="http://ci-files01-hki.intra.qt.io/input/mac/macos_10.14_mojave/$packageName"
sha1="18fea89bb743107aee372a212be608d6e35fdecf"
sha1="04f288e0dce69ddbce52ea707f978afcbf6be107"
InstallCommandLineTools $url $url $sha1 $packageName $version