mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
update go and Qt
This commit is contained in:
parent
ec6407a9d3
commit
a5b9e5737e
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user