mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
dev: bump Qt to 6.7.3
This commit is contained in:
parent
58f346f23e
commit
e91725e495
2
.github/workflows/PR-check-cmake.yml
vendored
2
.github/workflows/PR-check-cmake.yml
vendored
|
@ -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'
|
||||||
|
|
2
.github/workflows/release-macos-homebrew.yml
vendored
2
.github/workflows/release-macos-homebrew.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue