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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
matrix: matrix:
libt_version: ["2.0.11", "1.2.20"] libt_version: ["2.0.11", "1.2.20"]
qbt_gui: ["GUI=ON", "GUI=OFF"] qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.9.1"] qt_version: ["6.10.1"]
env: env:
boost_path: "${{ github.workspace }}/../boost" boost_path: "${{ github.workspace }}/../boost"

View File

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

View File

@ -16,7 +16,7 @@ jobs:
matrix: matrix:
libt_version: ["2.0.11"] libt_version: ["2.0.11"]
qbt_gui: ["GUI=ON"] qbt_gui: ["GUI=ON"]
qt_version: ["6.9.1"] qt_version: ["6.10.1"]
env: env:
boost_path: "${{ github.workspace }}/../boost" boost_path: "${{ github.workspace }}/../boost"