Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19c70f6

Browse files
committedOct 1, 2024·
Build: Bump Qt6 from 6.6.3 to 6.7.3
1 parent f9e4c1b commit 19c70f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/autobuild/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.3"
52+
$Qt64Version = "6.7.3"
5353
$AqtinstallVersion = "3.1.18"
5454
$JackVersion = "1.9.22"
5555
$Msvc32Version = "win32_msvc2019"

‎.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
- config_name: MacOS (artifacts)
228228
target_os: macos
229229
building_on_os: macos-14
230-
base_command: QT_VERSION=6.6.3 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
230+
base_command: QT_VERSION=6.7.3 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
# Latest Xcode which runs on macos-14:

0 commit comments

Comments
 (0)
Please sign in to comment.