ci: use m1 macos
This commit is contained in:
parent
199893a309
commit
0177f59a8a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-release.yaml
vendored
4
.github/workflows/test-release.yaml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
yarn tsc -p examples/napi/tsconfig.json --noEmit --skipLibCheck
|
yarn tsc -p examples/napi/tsconfig.json --noEmit --skipLibCheck
|
||||||
yarn test:macro
|
yarn test:macro
|
||||||
toolchain: 1.65.0
|
toolchain: 1.65.0
|
||||||
- host: macos-latest
|
- host: macos-14
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
build: yarn build:test
|
build: yarn build:test
|
||||||
test: |
|
test: |
|
||||||
|
@ -479,7 +479,7 @@ jobs:
|
||||||
run: cargo check -p ${{ matrix.settings.package }} -F ${{ matrix.settings.features }}
|
run: cargo check -p ${{ matrix.settings.package }} -F ${{ matrix.settings.features }}
|
||||||
|
|
||||||
test-node-wasi:
|
test-node-wasi:
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
name: Test node wasi target
|
name: Test node wasi target
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue