GHA CI: Bump Qt version

* Bump `Qt` version to `6.10.1` for (Windows, macOS, coverity-scan)

PR #23563.
This commit is contained in:
xavier2k6
2025-12-07 10:45:10 +00:00
committed by GitHub
parent 73c15e1f00
commit 0f80d3a74a
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.9.1"
version: "6.10.1"
arch: ${{ matrix.config.qt_arch }}
archives: qtbase qtsvg qttools
cache: true