From 3818ceef02c0cecc87455fe5cffb3f842ee89585 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Jan 2026 18:16:41 +0000 Subject: [PATCH 1/2] Build: Bump Qt6 from 6.9.1 to 6.10.1 --- .github/autobuild/windows.ps1 | 2 +- .github/workflows/autobuild.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobuild/windows.ps1 b/.github/autobuild/windows.ps1 index a246f19f71..c98fda9fa7 100644 --- a/.github/autobuild/windows.ps1 +++ b/.github/autobuild/windows.ps1 @@ -49,7 +49,7 @@ $DownloadCacheDir = 'C:\AutobuildCache' # The following version pinnings are semi-automatically checked for # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: $Qt32Version = "5.15.2" -$Qt64Version = "6.9.1" +$Qt64Version = "6.10.1" $AqtinstallVersion = "3.3.0" $JackVersion = "1.9.22" $Msvc32Version = "win32_msvc2019" diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b4e61199ad..fc8fb6f3f5 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -227,7 +227,7 @@ jobs: - config_name: MacOS (artifacts) target_os: macos building_on_os: macos-15 - base_command: QT_VERSION=6.9.1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh + base_command: QT_VERSION=6.10.1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh # Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564) run_codeql: false xcode_version: 16.3.0 @@ -249,7 +249,7 @@ jobs: - config_name: iOS (artifacts) target_os: ios building_on_os: macos-15 - base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh + base_command: QT_VERSION=6.10.1 ./.github/autobuild/ios.sh # Build failed with CodeQL enabled when last tested 03/2022 (#2490). # There are no hints that iOS is supposed to be supported by CodeQL. # Therefore, disable it: From 9c1c0ea8633c87c23357a67d24ba15793ce90441 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 11 Jan 2026 20:04:32 +0100 Subject: [PATCH 2/2] Revert iOS version to 6.7.3 --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index fc8fb6f3f5..5efc03e098 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -249,7 +249,7 @@ jobs: - config_name: iOS (artifacts) target_os: ios building_on_os: macos-15 - base_command: QT_VERSION=6.10.1 ./.github/autobuild/ios.sh + base_command: QT_VERSION=6.7.3 ./.github/autobuild/ios.sh # Build failed with CodeQL enabled when last tested 03/2022 (#2490). # There are no hints that iOS is supposed to be supported by CodeQL. # Therefore, disable it: