mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-27 11:51:22 +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:
|
include:
|
||||||
- cross_os: public_res
|
- cross_os: public_res
|
||||||
cross_arch: public_res
|
cross_arch: public_res
|
||||||
go_version: "1.24.3"
|
go_version: "1.24.4"
|
||||||
- cross_os: windows
|
- cross_os: windows
|
||||||
cross_arch: amd64
|
cross_arch: amd64
|
||||||
go_version: "1.24.3"
|
go_version: "1.24.4"
|
||||||
- cross_os: linux
|
- cross_os: linux
|
||||||
cross_arch: amd64
|
cross_arch: amd64
|
||||||
go_version: "1.24.3"
|
go_version: "1.24.4"
|
||||||
- cross_os: darwin
|
- cross_os: darwin
|
||||||
cross_arch: amd64
|
cross_arch: amd64
|
||||||
go_version: "1.24.3"
|
go_version: "1.24.4"
|
||||||
- cross_os: darwin
|
- cross_os: darwin
|
||||||
cross_arch: arm64
|
cross_arch: arm64
|
||||||
go_version: "1.24.3"
|
go_version: "1.24.4"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -77,16 +77,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
qt_version: "6.9.0"
|
qt_version: "6.9.1"
|
||||||
target: amd64
|
target: amd64
|
||||||
- platform: ubuntu-22.04
|
- platform: ubuntu-22.04
|
||||||
qt_version: "6.9.0"
|
qt_version: "6.9.1"
|
||||||
target: amd64
|
target: amd64
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
qt_version: "6.9.0"
|
qt_version: "6.9.1"
|
||||||
target: x86_64
|
target: x86_64
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
qt_version: "6.9.0"
|
qt_version: "6.9.1"
|
||||||
target: arm64
|
target: arm64
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user