Update Windows and macOS to Qt 6.11.0

This commit is contained in:
Cameron Gutman
2026-04-08 20:54:36 -05:00
parent 07b00a6987
commit eb3d8ad92c

View File

@@ -20,10 +20,10 @@ jobs:
include:
# Windows
- os: windows-2025
qt_version: 6.10.2
qt_version: 6.11.0
# macOS
- os: macos-15
qt_version: 6.10.2
qt_version: 6.11.0
runs-on: ${{ matrix.os }}