diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index a1f84195..ee3070e3 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -1,9 +1,9 @@ parameters: name: Windows_x64 architecture: 'x64' - qt_version: '6.2.2' - qt_spec: 'msvc2019_64' - qt_aqt_spec: 'win64_msvc2019_64' + qt_version: '6.8.1' + qt_spec: 'msvc2022_64' + qt_aqt_spec: 'win64_msvc2022_64' vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe' vc_redist_file_name: 'vc_redist.x64.exe' vc_vars: 'vcvars64.bat' @@ -16,7 +16,7 @@ jobs: - ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}: - group: windows-codesign pool: - vmImage: 'windows-2019' + vmImage: 'windows-2022' steps: - task: UsePythonVersion@0 inputs: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0f4b020..db80cb02 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.3.1 -m qt5compat qtmultimedia qtimageformats - echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin' + 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' brew install create-dmg brew install node brew link --overwrite node