File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
4949# The following version pinnings are semi-automatically checked for
5050# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
5151$Qt32Version = " 5.15.2"
52- $Qt64Version = " 6.9 .1"
52+ $Qt64Version = " 6.10 .1"
5353$AqtinstallVersion = " 3.3.0"
5454$JackVersion = " 1.9.22"
5555$Msvc32Version = " win32_msvc2019"
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 - config_name : MacOS (artifacts)
228228 target_os : macos
229229 building_on_os : macos-15
230- base_command : QT_VERSION=6.9 .1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
230+ base_command : QT_VERSION=6.10 .1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
231231 # Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
232232 run_codeql : false
233233 xcode_version : 16.3.0
@@ -249,7 +249,7 @@ jobs:
249249 - config_name : iOS (artifacts)
250250 target_os : ios
251251 building_on_os : macos-15
252- base_command : QT_VERSION=6.7.3 ./.github/autobuild/ios.sh
252+ base_command : QT_VERSION=6.10.1 ./.github/autobuild/ios.sh
253253 # Build failed with CodeQL enabled when last tested 03/2022 (#2490).
254254 # There are no hints that iOS is supposed to be supported by CodeQL.
255255 # Therefore, disable it:
You can’t perform that action at this time.
0 commit comments