From d74d1c52ef1de247137bb1ef908046f5ade46df7 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann Date: Wed, 20 Nov 2019 15:29:39 +0100 Subject: [PATCH] Windows: Use Qt 5.12.6 for CI builds --- azure-pipelines-windows-template.yml | 2 +- azure-pipelines.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index 1674c349..05a55a77 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -1,7 +1,7 @@ parameters: name: Windows_x64 architecture: 'x64' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017_64' qt_aqt_spec: 'win64_msvc2017_64' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee557adc..a5939ee1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,7 +96,7 @@ jobs: parameters: name: Windows_x64 architecture: 'x64' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017_64' qt_aqt_spec: 'win64_msvc2017_64' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572' @@ -106,7 +106,7 @@ jobs: parameters: name: Windows_x86 architecture: 'x86' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017' qt_aqt_spec: 'win32_msvc2017' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746571' @@ -169,4 +169,3 @@ jobs: tagSource: 'manual' tag: $(VERSION) addChangeLog: false -