File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
49
49
# The following version pinnings are semi-automatically checked for
50
50
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
51
51
$Qt32Version = " 5.15.2"
52
- $Qt64Version = " 6.8.1 "
52
+ $Qt64Version = " 6.8.3 "
53
53
$AqtinstallVersion = " 3.1.21"
54
54
$JackVersion = " 1.9.22"
55
55
$Msvc32Version = " win32_msvc2019"
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
- config_name : MacOS (artifacts)
228
228
target_os : macos
229
229
building_on_os : macos-14
230
- base_command : QT_VERSION=6.8.1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
230
+ base_command : QT_VERSION=6.8.3 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
231
231
# Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
232
232
run_codeql : false
233
233
# Latest Xcode which runs on macos-14:
@@ -251,7 +251,7 @@ jobs:
251
251
- config_name : iOS (artifacts)
252
252
target_os : ios
253
253
building_on_os : macos-14
254
- base_command : QT_VERSION=6.7 .3 ./.github/autobuild/ios.sh
254
+ base_command : QT_VERSION=6.8 .3 ./.github/autobuild/ios.sh
255
255
# Build failed with CodeQL enabled when last tested 03/2022 (#2490).
256
256
# There are no hints that iOS is supposed to be supported by CodeQL.
257
257
# Therefore, disable it:
You can’t perform that action at this time.
0 commit comments