File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
20
20
# The following version pinnings are semi-automatically checked for
21
21
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
22
22
$Qt32Version = " 5.15.2"
23
- $Qt64Version = " 6.5.1 "
23
+ $Qt64Version = " 6.5.2 "
24
24
$AqtinstallVersion = " 3.1.6"
25
25
$JackVersion = " 1.9.22"
26
26
$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-12
230
- base_command : QT_VERSION=6.5.1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
230
+ base_command : QT_VERSION=6.5.2 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-11:
You can’t perform that action at this time.
0 commit comments