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"]