update Qt to 6.10.0

This commit is contained in:
parhelia512 2025-10-07 21:59:44 +08:00 committed by GitHub
parent ea73f7d28f
commit e4a8da7ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,22 +94,22 @@ jobs:
matrix: matrix:
include: include:
- platform: windows-latest - platform: windows-latest
qt_version: "6.9.0" qt_version: "6.10.0"
target: x86_64 target: x86_64
- platform: windows-11-arm - platform: windows-11-arm
qt_version: "6.9.0" qt_version: "6.10.0"
target: arm64 target: arm64
- platform: ubuntu-22.04 - platform: ubuntu-22.04
qt_version: "6.9.0" qt_version: "6.10.0"
target: amd64 target: amd64
- platform: ubuntu-24.04-arm - platform: ubuntu-24.04-arm
qt_version: "6.9.0" qt_version: "6.10.0"
target: arm64 target: arm64
- platform: macos-latest - platform: macos-latest
qt_version: "6.9.0" qt_version: "6.10.0"
target: x86_64 target: x86_64
- platform: macos-latest - platform: macos-latest
qt_version: "6.9.0" qt_version: "6.10.0"
target: arm64 target: arm64
- platform: macos-latest - platform: macos-latest
qt_version: "6.4.3" qt_version: "6.4.3"