From 4b73a5b4b3e5f1df9b9dd657736e86b06f082adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Thu, 7 May 2026 22:22:46 +0200 Subject: [PATCH] Use Qt 6.10.* Took 3 hours 1 minute --- .github/workflows/desktop-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5fd15a400..8c469388e 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -281,7 +281,7 @@ jobs: override_target: 13 make_package: 1 package_suffix: "-macOS13_Intel" - qt_version: 6.11.* + qt_version: 6.10.* qt_arch: clang_64 qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja @@ -296,7 +296,7 @@ jobs: type: Release make_package: 1 package_suffix: "-macOS14" - qt_version: 6.11.* + qt_version: 6.10.* qt_arch: clang_64 qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja @@ -311,7 +311,7 @@ jobs: type: Release make_package: 1 package_suffix: "-macOS15" - qt_version: 6.11.* + qt_version: 6.10.* qt_arch: clang_64 qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja @@ -324,7 +324,7 @@ jobs: soc: Apple xcode: "16.4" type: Debug - qt_version: 6.11.* + qt_version: 6.10.* qt_arch: clang_64 qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja @@ -337,7 +337,7 @@ jobs: type: Release make_package: 1 package_suffix: "-Win10" - qt_version: 6.11.* + qt_version: 6.10.* qt_arch: win64_msvc2022_64 qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: "Visual Studio 17 2022"