From fe89b006fda27cc7db9b875eb000446b08faf580 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 14:04:21 +0800 Subject: feat: Update macOS build targets to support macOS 14 and universal architecture --- .github/workflows/release.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37eabcd..38b8eb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,10 +82,23 @@ jobs: include: - target: x86_64-apple-darwin arch_name: x86_64 - os: macos-13 + os: macos-14 - 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