diff --git a/azure-pipelines-windows-template-qt6-arm64.yml b/azure-pipelines-windows-template-qt6-arm64.yml index bf734543..8d34cdb0 100644 --- a/azure-pipelines-windows-template-qt6-arm64.yml +++ b/azure-pipelines-windows-template-qt6-arm64.yml @@ -1,7 +1,7 @@ parameters: name: Windows_ARM64 architecture: 'arm64' - qt_version: '6.8.1' + qt_version: '6.8.3' qt_spec: 'msvc2022_arm64' qt_spec_native: 'msvc2022_64' # windeployqt.exe and other tools are here qt_aqt_spec: 'win64_msvc2022_arm64_cross_compiled' diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 3fb51416..f51f486a 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -1,7 +1,7 @@ parameters: name: Windows_x64 architecture: 'x64' - qt_version: '6.8.1' + qt_version: '6.8.3' qt_spec: 'msvc2022_64' qt_aqt_spec: 'win64_msvc2022_64' vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 34d070dd..0112b4db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -155,8 +155,8 @@ jobs: steps: - script: | pip3 install aqtinstall - python3 -m aqt install-qt mac desktop 6.8.1 -m qt5compat qtmultimedia qtimageformats - echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.8.1/macos/bin' + python3 -m aqt install-qt mac desktop 6.8.3 -m qt5compat qtmultimedia qtimageformats + echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.8.3/macos/bin' brew install create-dmg brew install node brew link --overwrite node @@ -280,7 +280,7 @@ jobs: parameters: name: Windows_x64_qt6 architecture: 'x64' - qt_version: '6.8.1' + qt_version: '6.8.3' qt_spec: 'msvc2022_64' qt_aqt_spec: 'win64_msvc2022_64' vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe' @@ -295,7 +295,7 @@ jobs: parameters: name: Windows_arm64_qt6 architecture: 'arm64' - qt_version: '6.8.1' + qt_version: '6.8.3' qt_spec: 'msvc2022_arm64' qt_aqt_spec: 'win64_msvc2022_arm64_cross_compiled' vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.arm64.exe'