From a7115ba699379597efc3376a2c3489f6a0763652 Mon Sep 17 00:00:00 2001 From: houseme Date: Sat, 10 May 2025 00:30:01 +0800 Subject: [PATCH] test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8afe88681..6b22ece1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,12 +19,12 @@ 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: - os: ubuntu-latest - variant: { profile: release, target: x86_64-apple-darwin, glibc: "default" } + variant: { profile: release, target: aarch64-apple-darwin, glibc: "default" } - os: macos-latest variant: { profile: release, target: x86_64-unknown-linux-gnu, glibc: "default" } - os: macos-latest