From 4f7a29aa568063016442ec67c9731ce73dd145dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 14 Dec 2024 11:14:00 +0100 Subject: [PATCH] Update the parameters for the windows qt6 job --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 181fc788..3309b34b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -280,9 +280,9 @@ jobs: parameters: name: Windows_x64_qt6 architecture: 'x64' - qt_version: '6.3.1' - 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'