aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 09:01:44 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 09:01:44 +0200
commit7a3fdcad47e6baff0dbd115c6fc19a7d3614622a (patch)
treea6857476cc377a9cece99f2c7525906ec5a070fb
parent8004477d0ca0f1955bd08871347427617e0f5193 (diff)
Bump CI build to Qt 6.5 LTS
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6092e23a..fa51e329 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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