Skip to content

Commit

Permalink
add qt6.2.4 as backup
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Apr 19, 2022
1 parent fc0b331 commit c7f7fde
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [macos-11]
qt_ver: [6.3.0]
qt_ver: [6.2.4,6.3.0]
qt_arch: [clang_64]
env:
targetName: GoldenDict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [macos-11]
qt_ver: [6.3.0]
qt_ver: [6.2.4,6.3.0]
qt_arch: [clang_64]
env:
targetName: GoldenDict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
qt_ver: [6.3.0]
qt_ver: [6.2.4,6.3.0]
qt_arch: [gcc_64]
env:
version: 22.4.19-alpha
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/windows-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,22 @@ on:
jobs:
build:
name: Build
# 运行平台, windows-latest目前是windows server 2019
# 参考文档 https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
# see https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
runs-on: windows-2019
strategy:
# 矩阵配置
matrix:
include:
# 5.15.2 参考 https://mirrors.cloud.tencent.com/qt/online/qtsdkrepository/windows_x86/desktop/qt5_5152/
# see https://mirrors.cloud.tencent.com/qt/online/qtsdkrepository/windows_x86/desktop/qt5_5152/
- qt_ver: 6.2.4
qt_arch: win64_msvc2019_64
msvc_arch: x64
qt_target: x64
qt_arch_install: msvc2019_64
- qt_ver: 6.3.0
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.19-alpha
Expand Down

0 comments on commit c7f7fde

Please sign in to comment.