From 43f2963d1400b193875c992f1a060eae364749ab Mon Sep 17 00:00:00 2001 From: houseme Date: Sat, 10 May 2025 00:39:08 +0800 Subject: [PATCH] test target `aarch64-apple-darwin` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b22ece1f..b2532f33f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: variant: #- { profile: release, target: x86_64-unknown-linux-musl, glibc: "default" } - { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" } - #- { profile: release, target: aarch64-apple-darwin, glibc: "default" } + - { profile: release, target: aarch64-apple-darwin, glibc: "default" } #- { profile: release, target: aarch64-unknown-linux-gnu, glibc: "default" } #- { profile: release, target: aarch64-unknown-linux-musl, glibc: "default" } exclude: