Bump CI build to Qt 6.5 LTS

This commit is contained in:
Salanto 2024-06-24 09:01:44 +02:00
parent 8004477d0c
commit 7a3fdcad47

View File

@ -35,11 +35,11 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: 5.15.2
version: 6.5.3
target: desktop
arch: win64_msvc2019_64
cache: true
cache-key-prefix: qt-windows-5.15.2
cache-key-prefix: install-qt-action
- name: Clone QtApng
uses: actions/checkout@master