chore(CI): bump Qt version to 6.9.2

This commit is contained in:
2025-08-28 00:28:05 +08:00
parent e52a6d8eed
commit 919a672c17
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.1'
version: '6.9.2'
modules: 'qtimageformats'
- name: Install Conan and Dependencies
id: conan

View File

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