From e91725e4952d5b4e5530e77258821c501f61b67e Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 30 Sep 2024 00:20:12 -0400 Subject: [PATCH] dev: bump Qt to 6.7.3 --- .github/workflows/PR-check-cmake.yml | 2 +- .github/workflows/release-macos-homebrew.yml | 2 +- .github/workflows/release-windows-vcpkg-cmake.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PR-check-cmake.yml b/.github/workflows/PR-check-cmake.yml index f4237ae3..f2614626 100644 --- a/.github/workflows/PR-check-cmake.yml +++ b/.github/workflows/PR-check-cmake.yml @@ -86,7 +86,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.7.2 + version: 6.7.3 arch: win64_msvc2019_64 modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech setup-python: 'false' diff --git a/.github/workflows/release-macos-homebrew.yml b/.github/workflows/release-macos-homebrew.yml index 928e502f..dea137b9 100644 --- a/.github/workflows/release-macos-homebrew.yml +++ b/.github/workflows/release-macos-homebrew.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [macos-12,macos-14] - qt_ver: [ 6.7.2,6.6.3 ] + qt_ver: [ 6.7.3,6.6.3 ] qt_arch: [clang_64] env: targetName: GoldenDict diff --git a/.github/workflows/release-windows-vcpkg-cmake.yml b/.github/workflows/release-windows-vcpkg-cmake.yml index cc5ea2ad..294f2014 100644 --- a/.github/workflows/release-windows-vcpkg-cmake.yml +++ b/.github/workflows/release-windows-vcpkg-cmake.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [windows-2022] - qt_ver: [ 6.7.2, 6.6.3 ] + qt_ver: [ 6.7.3, 6.6.3 ] qt_arch: [win64_msvc2019_64] env: version: 24.11.0