dev: bump Qt to 6.7.3

This commit is contained in:
shenleban tongying 2024-09-30 00:20:12 -04:00
parent 58f346f23e
commit e91725e495
3 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: 6.7.2 version: 6.7.3
arch: win64_msvc2019_64 arch: win64_msvc2019_64
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech
setup-python: 'false' setup-python: 'false'

View file

@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-12,macos-14] 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] qt_arch: [clang_64]
env: env:
targetName: GoldenDict targetName: GoldenDict

View file

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-2022] os: [windows-2022]
qt_ver: [ 6.7.2, 6.6.3 ] qt_ver: [ 6.7.3, 6.6.3 ]
qt_arch: [win64_msvc2019_64] qt_arch: [win64_msvc2019_64]
env: env:
version: 24.11.0 version: 24.11.0