Skip to content

Commit 9d6f82a

Browse files
committed
Update Qt6 version used in CI up to 6.10.1
1 parent 88b9215 commit 9d6f82a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_starc_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install Qt
123123
uses: jurplel/install-qt-action@v3
124124
with:
125-
version: 6.8.3
125+
version: 6.10.1
126126
target: desktop
127127
modules: 'qt5compat qtmultimedia qtspeech qtwebsockets'
128128

.github/workflows/build_starc_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Qt
126126
uses: jurplel/install-qt-action@v4
127127
with:
128-
version: 6.8.3
128+
version: 6.10.1
129129
target: desktop
130130
modules: 'qt5compat qtmultimedia qtspeech qtwebsockets'
131131

.github/workflows/build_starc_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
- name: Install Qt
244244
uses: jurplel/install-qt-action@v3
245245
with:
246-
version: 6.8.3
246+
version: 6.10.1
247247
arch: win64_msvc2022_64
248248
target: desktop
249249
setup-python: false

0 commit comments

Comments
 (0)