Only Qt6 version available with brew is the latest.

This commit is contained in:
Roman Telezhynskyi 2023-02-17 15:19:03 +02:00
parent 9ddbb28e33
commit b6c610da7f

View File

@ -158,7 +158,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
folder: ${PIP_CACHE_DIR}
install_script:
- brew update > /dev/null
- brew install qt@${QT_VERSION} coreutils ccache conan qbs
- brew install qt6 coreutils ccache conan qbs
- chmod -R 755 /usr/local/opt/qt6/*
- python3 --version
- pip3 install --user --upgrade pip dropbox
@ -188,7 +188,6 @@ macos_task:
<< : *MACOS_TASK_TEMPLATE
env:
DEPLOY: "true"
QT_VERSION: 6.4.2
QT_BRANCH: Qt6
ARCHITECTURE: arm64
PLATFORM: "macOS_11+"