Merge pull request #1238 from xiaoyifang/action/upgrade-6.6.0

action: add qt6.6.0 support
This commit is contained in:
xiaoyifang 2023-10-13 21:53:31 +08:00 committed by GitHub
commit e79ebdb65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-13] os: [macos-13]
qt_ver: [ 6.5.2 ] qt_ver: [ 6.5.2,6.6.0 ]
qt_arch: [clang_64] qt_arch: [clang_64]
env: env:
targetName: GoldenDict targetName: GoldenDict

View file

@ -22,7 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-12,macos-13] os: [macos-12,macos-13]
qt_ver: [ 6.5.2 ] qt_ver: [ 6.5.2,6.6.0 ]
qt_arch: [clang_64] qt_arch: [clang_64]
env: env:
targetName: GoldenDict targetName: GoldenDict

View file

@ -26,7 +26,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04] os: [ubuntu-20.04]
qt_ver: [ 6.5.2 ] qt_ver: [ 6.5.2,6.6.0 ]
qt_arch: [gcc_64] qt_arch: [gcc_64]
env: env:
version: 23.10.01 version: 23.10.01

View file

@ -26,7 +26,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
qt_ver: [5.15.2,6.5.2] qt_ver: [5.15.2,6.5.2,6.6.0]
qt_arch: [gcc_64] qt_arch: [gcc_64]
steps: steps:

View file

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-2019] os: [windows-2019]
qt_ver: [6.5.2 ] qt_ver: [6.5.2,6.6.0 ]
qt_arch: [win64_msvc2019_64] qt_arch: [win64_msvc2019_64]
env: env:
targetName: GoldenDict.exe targetName: GoldenDict.exe

View file

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-2019] os: [windows-2019]
qt_ver: [5.15.2,6.5.2] qt_ver: [5.15.2,6.5.2,6.6.0]
qt_arch: [win64_msvc2019_64] qt_arch: [win64_msvc2019_64]
steps: steps:
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3