From 95ec440dbcff628bb22b0d2ad57b26469c1d1edd Mon Sep 17 00:00:00 2001 From: FujiApple Date: Tue, 21 Nov 2023 23:24:04 +0800 Subject: [PATCH] build: add aarch64-apple-darwin release target (#801) - 2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6491d9f..5787095f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: os: macos-latest target: x86_64-apple-darwin - build: macos-arm - os: ubuntu-22.04 + os: macos target: aarch64-apple-darwin - build: netbsd os: ubuntu-22.04