File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
7171# The following version pinnings are semi-automatically checked for
7272# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
7373$Qt32Version = " 5.15.2"
74- $Qt64Version = " 6.10 .2"
74+ $Qt64Version = " 6.11 .2"
7575$AqtinstallVersion = " 3.3.0"
7676$JackVersion = " 1.9.22"
7777$Msvc32Version = " win32_msvc2019"
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226226 - config_name : MacOS (artifacts)
227227 target_os : macos
228228 building_on_os : macos-15
229- base_command : QT_VERSION=6.10 .2 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
229+ base_command : QT_VERSION=6.11 .2 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
230230 # Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
231231 run_codeql : false
232232 xcode_version : 16.3.0
You can’t perform that action at this time.
0 commit comments