From f52437f7b3fd974229cbccf579126b6b5caa8761 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Fri, 21 Nov 2025 22:07:03 +0800 Subject: [PATCH] update Qt to 6.10.1 --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 060c9ad..8566e50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,25 +94,25 @@ jobs: matrix: include: - platform: windows-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: x86_64 - platform: windows-11-arm - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: ubuntu-22.04 - qt_version: "6.10.0" + qt_version: "6.10.1" target: amd64 - platform: ubuntu-22.04 qt_version: "6.2.0" target: amd64 - platform: ubuntu-24.04-arm - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: macos-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: x86_64 - platform: macos-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: macos-latest qt_version: "6.4.3"