GHA CI: Use Qt 6.9.0 on Windows and macOS

PR #22509.
This commit is contained in:
xavier2k6 2025-04-08 08:35:58 +01:00 committed by GitHub
parent 6c36830e5e
commit 72e8b3272b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -106,7 +106,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.8.0"
version: "6.9.0"
arch: win64_msvc2022_64
archives: qtbase qtsvg qttools
cache: true