From 2995f06d492a5ab13c88af08b303d44b30b5a737 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 19 Aug 2026 19:06:44 +0800 Subject: [PATCH] chore: update Windows action used Qt version Also use git version of aqtinstall for Qt 6.11.0+ for Windows miurahr/aqtinstall#1007 --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5dba226..5a64ab7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.10.3' + - qt_ver: '6.11.2' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' @@ -24,6 +24,8 @@ jobs: version: ${{ matrix.qt_ver }} modules: 'qtimageformats' cache: true + # we need this until miurahr/aqtinstall#1007 ships 3.3.1 for Qt >= 6.11.0 for Windows. + aqtsource: 'aqtinstall @ git+https://github.com/miurahr/aqtinstall@16db45a70b5905ad596941b223469bc86a56901e' - name: Build shell: cmd run: |