From 0177f59a8a07d5557b9ddbf6df9e7a4660ff7be6 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 1 Feb 2024 14:37:59 +0800 Subject: [PATCH] ci: use m1 macos --- .github/workflows/test-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index cc3a7754..3179b83b 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -83,7 +83,7 @@ jobs: yarn tsc -p examples/napi/tsconfig.json --noEmit --skipLibCheck yarn test:macro toolchain: 1.65.0 - - host: macos-latest + - host: macos-14 target: x86_64-apple-darwin build: yarn build:test test: | @@ -479,7 +479,7 @@ jobs: run: cargo check -p ${{ matrix.settings.package }} -F ${{ matrix.settings.features }} test-node-wasi: - runs-on: macos-latest + runs-on: macos-14 name: Test node wasi target timeout-minutes: 10 steps: