From cbd3208aca598c180b17ffcb3937c4eb3b8adf7f Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Wed, 3 Apr 2024 11:51:24 -0400 Subject: [PATCH] ci(github): build with Qt 6.6.3 --- .github/workflows/build-check.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-check.yaml b/.github/workflows/build-check.yaml index b5544c2..f86806e 100644 --- a/.github/workflows/build-check.yaml +++ b/.github/workflows/build-check.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18e7492..3443a99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }