Skip to content

Commit 8cd159e

Browse files
committed
#3332 ci: fix using Qt 6.9.1 in Windows test release and other builds
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 8482a0c commit 8cd159e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release-qt6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
runs-on: windows-2025
268268
env:
269269
# Qt 6.5: windeployqt doesn't deploy DLLs!
270-
# Qt 6.10.0, 6.9.1, 6.8.3: Graphical issues with checkboxes in the settings dialog
271-
QT_VERSION: 6.10.0
270+
# Qt 6.10.0, 6.9.1, 6.8.3: Graphical issues with checkboxes in the settings dialog (fixed now)
271+
QT_VERSION: 6.9.1
272272
continue-on-error: true
273273
steps:
274274
- name: "🧰 Checkout"
@@ -348,7 +348,7 @@ jobs:
348348
runs-on: macos-15
349349
env:
350350
# Qt 6.5 doesn't support macOS 10 anymore!
351-
QT_VERSION: 6.10.0
351+
QT_VERSION: 6.9.1
352352
continue-on-error: true
353353
steps:
354354
- name: "🧰 Checkout"

0 commit comments

Comments
 (0)