From 23b5ca285eac2b101d0c1d6805380dba98c5c2df Mon Sep 17 00:00:00 2001 From: fz6m <59400654+fz6m@users.noreply.github.com> Date: Fri, 9 Aug 2024 02:47:51 +0900 Subject: [PATCH] ci: fix macOS test env --- .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 b46e1c6..55ce8e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: settings: - - host: macos-12 + - host: macos-12 # use x86 arch target: 'x86_64-apple-darwin' build: | pnpm build @@ -160,7 +160,7 @@ jobs: matrix: settings: - host: macos-latest - target: "x86_64-apple-darwin" + target: "aarch64-apple-darwin" - host: windows-latest target: "x86_64-pc-windows-msvc" node: ["18"]