Only Qt6 version available with brew is the latest.
This commit is contained in:
parent
9ddbb28e33
commit
b6c610da7f
|
@ -158,7 +158,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
||||||
folder: ${PIP_CACHE_DIR}
|
folder: ${PIP_CACHE_DIR}
|
||||||
install_script:
|
install_script:
|
||||||
- brew update > /dev/null
|
- 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/*
|
- chmod -R 755 /usr/local/opt/qt6/*
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- pip3 install --user --upgrade pip dropbox
|
- pip3 install --user --upgrade pip dropbox
|
||||||
|
@ -188,7 +188,6 @@ macos_task:
|
||||||
<< : *MACOS_TASK_TEMPLATE
|
<< : *MACOS_TASK_TEMPLATE
|
||||||
env:
|
env:
|
||||||
DEPLOY: "true"
|
DEPLOY: "true"
|
||||||
QT_VERSION: 6.4.2
|
|
||||||
QT_BRANCH: Qt6
|
QT_BRANCH: Qt6
|
||||||
ARCHITECTURE: arm64
|
ARCHITECTURE: arm64
|
||||||
PLATFORM: "macOS_11+"
|
PLATFORM: "macOS_11+"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user