From c77808f3d8f989303aa17868cedc4f01e84d80c5 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sat, 31 Jan 2026 00:00:49 +0800 Subject: [PATCH] chore(CI): update Qt version to 6.10.2 --- .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 5d752ca..620f6b8 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.10.1' + version: '6.10.2' modules: 'qtimageformats' cache: true - name: Install Conan and Dependencies diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 802d353..dff559a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.10.1' + - qt_ver: '6.10.2' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' @@ -45,7 +45,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.10.1' + - qt_ver: '6.10.2' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64'