chore(CI): use Qt 6.9.1

This commit is contained in:
Gary Wang 2025-06-04 20:37:08 +08:00
parent 36854d19f4
commit 3cfb25db9a
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.9.0'
version: '6.9.1'
modules: 'qtimageformats'
- name: Install Conan and Dependencies
id: conan

View File

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