chore(CI): bump Qt version to Qt 6.9.0

This commit is contained in:
Gary Wang 2025-04-02 19:39:20 +08:00
parent da9d7d6989
commit 8832c2daa9
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.8.3'
version: '6.9.0'
modules: 'qtimageformats'
- name: Install Conan and Dependencies
id: conan

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
include:
- qt_ver: '6.8.3'
- qt_ver: '6.9.0'
vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
include:
- qt_ver: '6.8.3'
- qt_ver: '6.9.0'
vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'