From f43448d35c4ba8ed2e1faab7c18b8aed55ca0c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Thu, 26 Feb 2026 16:09:36 +0100 Subject: [PATCH] GitHub Actions: Updated to Qt 6.10.1 Also updated the Windows build to use the current version of Qbs. --- .github/workflows/packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 813d1d83db..1d1bc283c0 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -19,7 +19,7 @@ on: - '.travis.yml' env: - QBS_VERSION: 2.4.1 + QBS_VERSION: 3.1.1 CMAKE_VERSION: 3.31 SENTRY_VERSION: 0.12.8 SENTRY_ORG: mapeditor @@ -80,7 +80,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.9.3 + version: 6.10.1 arch: linux_gcc_64 modules: "qtimageformats" tools: 'tools_qtcreator' @@ -211,7 +211,7 @@ jobs: version_suffix: "10.13-10.15" architectures: x86_64 cmake_architectures: x86_64 - - qt_version: 6.9.3 + - qt_version: 6.10.1 qt_modules: "qtimageformats" version_suffix: "11+" architectures: x86_64,arm64 @@ -341,7 +341,7 @@ jobs: mingw_component: tools_mingw mingw_variant: qt.tools.win32_mingw810 mingw_dir: mingw810_32 - - qt_version: 6.9.3 + - qt_version: 6.10.1 qt_version_major: 6 qt_arch: win64_mingw qt_modules: "qtimageformats"