update go and Qt

This commit is contained in:
Nova 2025-07-07 00:58:24 +03:30
parent ec6407a9d3
commit a5b9e5737e

View File

@ -21,19 +21,19 @@ jobs:
include:
- cross_os: public_res
cross_arch: public_res
go_version: "1.24.3"
go_version: "1.24.4"
- cross_os: windows
cross_arch: amd64
go_version: "1.24.3"
go_version: "1.24.4"
- cross_os: linux
cross_arch: amd64
go_version: "1.24.3"
go_version: "1.24.4"
- cross_os: darwin
cross_arch: amd64
go_version: "1.24.3"
go_version: "1.24.4"
- cross_os: darwin
cross_arch: arm64
go_version: "1.24.3"
go_version: "1.24.4"
fail-fast: false
runs-on: ubuntu-latest
steps:
@ -77,16 +77,16 @@ jobs:
matrix:
include:
- platform: windows-latest
qt_version: "6.9.0"
qt_version: "6.9.1"
target: amd64
- platform: ubuntu-22.04
qt_version: "6.9.0"
qt_version: "6.9.1"
target: amd64
- platform: macos-latest
qt_version: "6.9.0"
qt_version: "6.9.1"
target: x86_64
- platform: macos-latest
qt_version: "6.9.0"
qt_version: "6.9.1"
target: arm64
fail-fast: false
runs-on: ${{ matrix.platform }}