From eaec5e644a07930f5a566b63a4baa7f6a1f4f575 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 14:05:52 +0800 Subject: feat: Remove universal architecture targets from macOS build matrix --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38b8eb8..670edc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,19 +86,13 @@ jobs: - target: aarch64-apple-darwin arch_name: aarch64 os: macos-14 - - target: universal-apple-darwin - arch_name: universal - os: macos-14 - target: x86_64-apple-darwin arch_name: x86_64 os: macos-latest - target: aarch64-apple-darwin arch_name: aarch64 os: macos-latest - - target: universal-apple-darwin - arch_name: universal - os: macos-latest - + steps: - uses: actions/checkout@v4 -- cgit v1.2.3-70-g09d2