Skip to content

Commit

Permalink
Build: Bump Qt6 from 6.6.3 to 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2024
1 parent db0724f commit f54f394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/autobuild/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $DownloadCacheDir = 'C:\AutobuildCache'
# The following version pinnings are semi-automatically checked for
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
$Qt32Version = "5.15.2"
$Qt64Version = "6.6.3"
$Qt64Version = "6.7.1"
$AqtinstallVersion = "3.1.15"
$JackVersion = "1.9.22"
$Msvc32Version = "win32_msvc2019"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- config_name: MacOS (artifacts)
target_os: macos
building_on_os: macos-12
base_command: QT_VERSION=6.6.3 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
base_command: QT_VERSION=6.7.1 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
# Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
run_codeql: false
# Default Xcode which runs on macos-12:
Expand Down

0 comments on commit f54f394

Please sign in to comment.