From e70a295a5f93fb2ec5fb7dbcc371e08561e6d6ff Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:30:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20darwin=E8=BF=81=E7=A7=BB=E4=BD=BF?= =?UTF-8?q?=E7=94=A8Action=E8=87=AA=E8=BA=AB=E7=9A=84runner=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_binary.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 7b1e17c6..d807d212 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -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