From adfe6c51daf2c48aacdd91b5e5b83146487b22e4 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Thu, 20 Nov 2025 23:27:03 +0800 Subject: [PATCH] chore(CI): bump Qt version to 6.10.1 --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f9751d6..5d752ca 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.9.3' + version: '6.10.1' modules: 'qtimageformats' cache: true - name: Install Conan and Dependencies diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 438cc8f..22f26d9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.9.3' + - qt_ver: '6.10.1' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' @@ -45,7 +45,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.9.3' + - qt_ver: '6.10.1' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64'