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 - 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