replace qt6.3.2 with 6.4.3

This commit is contained in:
Xiao YiFang 2023-03-21 07:41:26 +08:00 committed by xiaoyifang
parent e2e26bc7bc
commit 7ac1877544
6 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: 6.3.2 version: 6.4.3
arch: gcc_64 arch: gcc_64
cached: 'false' cached: 'false'
#serialport linuxdeploy need serialport to work. #serialport linuxdeploy need serialport to work.

View file

@ -20,7 +20,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: 6.3.2 version: 6.4.3
arch: gcc_64 arch: gcc_64
cached: 'false' cached: 'false'
#serialport linuxdeploy need serialport to work. #serialport linuxdeploy need serialport to work.
@ -62,7 +62,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: 6.3.2 version: 6.4.3
arch: win64_msvc2019_64 arch: win64_msvc2019_64
cached: 'false' cached: 'false'
#serialport linuxdeploy need serialport to work. #serialport linuxdeploy need serialport to work.
@ -88,7 +88,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: 6.3.2 version: 6.4.3
arch: clang_64 arch: clang_64
cached: 'false' cached: 'false'
#serialport linuxdeploy need serialport to work. #serialport linuxdeploy need serialport to work.

View file

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-11] os: [macos-11]
qt_ver: [6.3.2,6.4.3] qt_ver: [6.4.3]
qt_arch: [clang_64] qt_arch: [clang_64]
env: env:
targetName: GoldenDict targetName: GoldenDict

View file

@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-12] os: [macos-12]
qt_ver: [6.3.2,6.4.3] qt_ver: [6.4.3]
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-11,macos-12] os: [macos-11,macos-12]
qt_ver: [6.3.2,6.4.3] qt_ver: [6.4.3]
qt_arch: [clang_64] qt_arch: [clang_64]
env: env:
targetName: GoldenDict targetName: GoldenDict

View file

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
qt_ver: [6.3.2,6.4.3] qt_ver: [6.4.3]
qt_arch: [gcc_64] qt_arch: [gcc_64]
env: env:
version: 23.02.07 version: 23.02.07