ci(github): build with Qt 6.6.3

This commit is contained in:
Oleg Shparber 2024-04-03 11:51:24 -04:00
parent db781ed256
commit cbd3208aca
2 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ jobs:
name: "Windows Server 2022 / Qt 6",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.2",
qt_version: "6.6.3",
configurePreset: ninja-multi-vcpkg,
buildPreset: ninja-multi-vcpkg-release,
publishArtifacts: true
@ -110,7 +110,7 @@ jobs:
name: "Windows Server 2022 / Qt 6 / Portable",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.2",
qt_version: "6.6.3",
configurePreset: ninja-multi-vcpkg-portable,
buildPreset: ninja-multi-vcpkg-portable-release,
publishArtifacts: true

View File

@ -25,7 +25,7 @@ jobs:
name: "Windows Server 2022 / Qt 6",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.2",
qt_version: "6.6.3",
configurePreset: ninja-multi-vcpkg,
buildPreset: ninja-multi-vcpkg-release,
buildSourcePackage: true
@ -34,7 +34,7 @@ jobs:
name: "Windows Server 2022 / Qt 6 / Portable",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.2",
qt_version: "6.6.3",
configurePreset: ninja-multi-vcpkg-portable,
buildPreset: ninja-multi-vcpkg-portable-release
}