mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
github:qt6.2.3 to 6.2.4
This commit is contained in:
parent
c5a8958b06
commit
a6ea6abda8
2
.github/workflows/macos-6.2.yml
vendored
2
.github/workflows/macos-6.2.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [macos-11]
|
||||
qt_ver: [6.2.3]
|
||||
qt_ver: [6.2.4]
|
||||
qt_arch: [clang_64]
|
||||
env:
|
||||
targetName: GoldenDict
|
||||
|
|
2
.github/workflows/ubuntu-6.2.yml
vendored
2
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
qt_ver: [6.2.3]
|
||||
qt_ver: [6.2.4]
|
||||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 22.4.alpha
|
||||
|
|
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
|
@ -43,12 +43,7 @@ jobs:
|
|||
qt_arch: win64_msvc2019_64
|
||||
msvc_arch: x64
|
||||
qt_target: x64
|
||||
qt_arch_install: msvc2019_64
|
||||
# - qt_ver: 6.2.3
|
||||
# qt_arch: win64_msvc2019_64
|
||||
# msvc_arch: x64
|
||||
# qt_target: x64
|
||||
# qt_arch_install: msvc2019_64
|
||||
qt_arch_install: msvc2019_64
|
||||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 22.4.alpha
|
||||
|
|
Loading…
Reference in a new issue