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 8482a0c commit 8cd159eCopy full SHA for 8cd159e
.github/workflows/build-release-qt6.yml
@@ -267,8 +267,8 @@ jobs:
267
runs-on: windows-2025
268
env:
269
# 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
+ # Qt 6.10.0, 6.9.1, 6.8.3: Graphical issues with checkboxes in the settings dialog (fixed now)
+ QT_VERSION: 6.9.1
272
continue-on-error: true
273
steps:
274
- name: "🧰 Checkout"
@@ -348,7 +348,7 @@ jobs:
348
runs-on: macos-15
349
350
# Qt 6.5 doesn't support macOS 10 anymore!
351
352
353
354
0 commit comments