We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a6d8 commit 919a672Copy full SHA for 919a672
.github/workflows/macos.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Qt
13
uses: jurplel/install-qt-action@v4
14
with:
15
- version: '6.9.1'
+ version: '6.9.2'
16
modules: 'qtimageformats'
17
- name: Install Conan and Dependencies
18
id: conan
.github/workflows/windows.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
include:
11
- - 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:
44
45
46
47
48
49
50
0 commit comments