From 0de13deb8aa3e519fb5e9b086d5708cccab82266 Mon Sep 17 00:00:00 2001 From: Victor Teo Date: Sat, 4 May 2024 03:09:43 +0800 Subject: [PATCH] 0.2.25 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ae8cf50..075dc32 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: settings: - - host: macos-latest + - host: macos-latest target: x86_64-apple-darwin - build: yarn build + build: yarn build --target x86_64-apple-darwin - host: macos-latest target: aarch64-apple-darwin build: yarn build --target aarch64-apple-darwin