From 64c4e322cd05c497dfb10349ac363ee428febf83 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Sat, 8 May 2021 13:20:58 +0100 Subject: [PATCH] Update Qt on Mac to 5.12.10, for better compatibility with Big Sur Note that this makes the earliest supported version of macOS to be 10.12 (Sierra), and drops support for Yosemite and El Capitan. --- autobuild/mac/artifacts/autobuild_mac_1_prepare.sh | 4 ++-- autobuild/mac/codeQL/autobuild_mac_1_prepare.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autobuild/mac/artifacts/autobuild_mac_1_prepare.sh b/autobuild/mac/artifacts/autobuild_mac_1_prepare.sh index fd489a344f..3f59b370a8 100755 --- a/autobuild/mac/artifacts/autobuild_mac_1_prepare.sh +++ b/autobuild/mac/artifacts/autobuild_mac_1_prepare.sh @@ -8,10 +8,10 @@ echo "Install dependencies..." python3 -m pip install aqtinstall -python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop +python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop # add the qt binaries to the path -export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}" +export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}" echo "::set-env name=PATH::${PATH}" echo "the path is ${PATH}" diff --git a/autobuild/mac/codeQL/autobuild_mac_1_prepare.sh b/autobuild/mac/codeQL/autobuild_mac_1_prepare.sh index fc981a4cd1..1872decd24 100755 --- a/autobuild/mac/codeQL/autobuild_mac_1_prepare.sh +++ b/autobuild/mac/codeQL/autobuild_mac_1_prepare.sh @@ -8,10 +8,10 @@ echo "Install dependencies..." python3 -m pip install aqtinstall -python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop +python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop # add the qt binaries to the path -export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}" +export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}" echo "::set-env name=PATH::${PATH}" echo "the path is ${PATH}"