Skip to content

Commit 64c4e32

Browse files
committed
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.
1 parent 970726c commit 64c4e32

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

autobuild/mac/artifacts/autobuild_mac_1_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
echo "Install dependencies..."
1010
python3 -m pip install aqtinstall
11-
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212

1313
# add the qt binaries to the path
14-
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
14+
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
1515
echo "::set-env name=PATH::${PATH}"
1616
echo "the path is ${PATH}"
1717

autobuild/mac/codeQL/autobuild_mac_1_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
echo "Install dependencies..."
1010
python3 -m pip install aqtinstall
11-
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212

1313
# add the qt binaries to the path
14-
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
14+
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
1515
echo "::set-env name=PATH::${PATH}"
1616
echo "the path is ${PATH}"
1717

0 commit comments

Comments
 (0)