ci: use m1 macos (#1938)

This commit is contained in:
LongYinan 2024-02-01 15:37:37 +08:00 committed by GitHub
commit 9cca0c4a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: