mirror of
http://bgp.hk.skcks.cn:10088/github.com/oneclickvirt/ecs
synced 2026-04-20 21:01:12 +08:00
fix: darwin迁移使用Action自身的runner编译
This commit is contained in:
6
.github/workflows/build_binary.yaml
vendored
6
.github/workflows/build_binary.yaml
vendored
@@ -155,7 +155,8 @@ jobs:
|
||||
# cc: "clang --target=x86_64-apple-darwin"
|
||||
# cflags: "-O2 -arch x86_64 -mmacosx-version-min=10.12"
|
||||
ldflags: "-s -w"
|
||||
runner: ubuntu-latest
|
||||
runner: macos-latest
|
||||
# runner: ubuntu-latest
|
||||
# requires_osxcross: true
|
||||
|
||||
- goos: darwin
|
||||
@@ -164,7 +165,8 @@ jobs:
|
||||
# cc: "clang --target=aarch64-apple-darwin"
|
||||
# cflags: "-O2 -arch arm64 -mmacosx-version-min=11.0"
|
||||
ldflags: "-s -w"
|
||||
runner: ubuntu-latest
|
||||
runner: macos-latest
|
||||
# runner: ubuntu-latest
|
||||
# requires_osxcross: true
|
||||
|
||||
- goos: linux
|
||||
|
||||
Reference in New Issue
Block a user