From 9b288c0601dec006dcd07a98a466348e0efd99c6 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 21 Jul 2024 20:52:00 -0400 Subject: [PATCH] ci(github): build with Qt 6.7.2 --- .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 948210f..ae09b4f 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.7.1", + qt_version: "6.7.2", 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.7.1", + qt_version: "6.7.2", 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 035660d..1c03881 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.7.1", + qt_version: "6.7.2", 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.7.1", + qt_version: "6.7.2", configurePreset: ninja-multi-vcpkg-portable, buildPreset: ninja-multi-vcpkg-portable-release }