Skip to content

Commit 919a672

Browse files
committed
chore(CI): bump Qt version to 6.9.2
1 parent e52a6d8 commit 919a672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Qt
1313
uses: jurplel/install-qt-action@v4
1414
with:
15-
version: '6.9.1'
15+
version: '6.9.2'
1616
modules: 'qtimageformats'
1717
- name: Install Conan and Dependencies
1818
id: conan

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- qt_ver: '6.9.1'
11+
- qt_ver: '6.9.2'
1212
vs: '2022'
1313
aqt_arch: 'win64_msvc2022_64'
1414
msvc_arch: 'x64'
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
include:
47-
- qt_ver: '6.9.1'
47+
- qt_ver: '6.9.2'
4848
vs: '2022'
4949
aqt_arch: 'win64_msvc2022_64'
5050
msvc_arch: 'x64'

0 commit comments

Comments
 (0)