Bump CI build to Qt 6.5 LTS
This commit is contained in:
parent
8004477d0c
commit
7a3fdcad47
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -35,11 +35,11 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: 5.15.2
|
version: 6.5.3
|
||||||
target: desktop
|
target: desktop
|
||||||
arch: win64_msvc2019_64
|
arch: win64_msvc2019_64
|
||||||
cache: true
|
cache: true
|
||||||
cache-key-prefix: qt-windows-5.15.2
|
cache-key-prefix: install-qt-action
|
||||||
|
|
||||||
- name: Clone QtApng
|
- name: Clone QtApng
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
Loading…
Reference in New Issue
Block a user