From abda9ea5a767a188ca2b00532ae668d8b663b8b6 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 14:42:24 +0800 Subject: feat: update build matrix to specify target architectures for macOS and Windows --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02bfa06..bc5ccf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,11 +59,13 @@ jobs: matrix: include: - platform: "ubuntu-22.04" - args: "" - - platform: "macos-14" # M1/M2/M3 (Apple Silicon) + args: "--target x86_64-unknown-linux-gnu" + - platform: "macos-14" + args: "--target x86_64-apple-darwin" + - platform: "macos-latest" args: "--target aarch64-apple-darwin" - platform: "windows-latest" - args: "" + args: "--target x86_64-pc-windows-msvc" runs-on: ${{ matrix.platform }} steps: -- cgit v1.2.3-70-g09d2