From ffc9b68dc0e4e39af1d874b2b28f6176516f0509 Mon Sep 17 00:00:00 2001 From: Ruslan Kabatsayev Date: Sun, 10 Mar 2024 19:57:56 +0400 Subject: [PATCH] AppVeyor: use Qt 6.5 in Qt6 Ubuntu 20.04 build Apparently, Qt 6.3 has been removed from Ubuntu image too. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f9426f08..3374801a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +27,7 @@ environment: QT_VERSION_MAJOR: 5 - BUILD_NAME: Ubuntu amd64 Qt6 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 - QT_BASEDIR: /home/appveyor/Qt/6.3/gcc_64 + QT_BASEDIR: /home/appveyor/Qt/6.5/gcc_64 QT_VERSION_MAJOR: 6 - BUILD_NAME: macOS amd64 Qt5 APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey