mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
replace qt6.3.2 with 6.4.3
This commit is contained in:
parent
e2e26bc7bc
commit
7ac1877544
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.3.2
|
||||
version: 6.4.3
|
||||
arch: gcc_64
|
||||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
|
|
6
.github/workflows/cmake build test.yml
vendored
6
.github/workflows/cmake build test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.3.2
|
||||
version: 6.4.3
|
||||
arch: gcc_64
|
||||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.3.2
|
||||
version: 6.4.3
|
||||
arch: win64_msvc2019_64
|
||||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.3.2
|
||||
version: 6.4.3
|
||||
arch: clang_64
|
||||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
|
|
2
.github/workflows/macos-6.x.yml
vendored
2
.github/workflows/macos-6.x.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [macos-11]
|
||||
qt_ver: [6.3.2,6.4.3]
|
||||
qt_ver: [6.4.3]
|
||||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [macos-12]
|
||||
qt_ver: [6.3.2,6.4.3]
|
||||
qt_ver: [6.4.3]
|
||||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
|
|
2
.github/workflows/macos-homebrew.yml
vendored
2
.github/workflows/macos-homebrew.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [macos-11,macos-12]
|
||||
qt_ver: [6.3.2,6.4.3]
|
||||
qt_ver: [6.4.3]
|
||||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
|
|
2
.github/workflows/ubuntu-6.2.yml
vendored
2
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
qt_ver: [6.3.2,6.4.3]
|
||||
qt_ver: [6.4.3]
|
||||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 23.02.07
|
||||
|
|
Loading…
Reference in a new issue