From cb4efa48f8645a3bee1085ee8915bcc09b4bd518 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sun, 18 Jan 2026 23:38:48 +0000 Subject: [PATCH] ci: Add 6.11 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b880893d..86c05cf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: qt_modules: qtscxml qtremoteobjects qt_arch: win64_msvc2019_64 macos_architectures: "x86_64;arm64" - - qt_version: 6.10.0 # Bump to latest freely + - qt_version: 6.11.0 # Bump to latest freely qt_modules: qtscxml qtremoteobjects qt_arch: win64_msvc2022_64 macos_architectures: "x86_64;arm64"