From e4a8da7ffd3258d3c875dedcac9eff2a42449acf Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Tue, 7 Oct 2025 21:59:44 +0800 Subject: [PATCH] update Qt to 6.10.0 --- .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 f33c212..3deedc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,22 +94,22 @@ jobs: matrix: include: - platform: windows-latest - qt_version: "6.9.0" + qt_version: "6.10.0" target: x86_64 - platform: windows-11-arm - qt_version: "6.9.0" + qt_version: "6.10.0" target: arm64 - platform: ubuntu-22.04 - qt_version: "6.9.0" + qt_version: "6.10.0" target: amd64 - platform: ubuntu-24.04-arm - qt_version: "6.9.0" + qt_version: "6.10.0" target: arm64 - platform: macos-latest - qt_version: "6.9.0" + qt_version: "6.10.0" target: x86_64 - platform: macos-latest - qt_version: "6.9.0" + qt_version: "6.10.0" target: arm64 - platform: macos-latest qt_version: "6.4.3"