Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 14, 2024
1 parent 8501202 commit 847d9f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rust-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
node-version: [18.x]
settings:
- host: macos-12
- host: macos-13
target: x86_64-apple-darwin
build: |
pnpm build:binding:release
Expand All @@ -35,7 +35,7 @@ jobs:
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
build: set -e && pnpm build:binding:release && strip crates/native_binding/*.node
- host: macos-12
- host: macos-13
target: aarch64-apple-darwin
build: |
pnpm build:binding:release --target aarch64-apple-darwin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
host: [macos-12, windows-latest, ubuntu-latest]
host: [macos-13, windows-latest, ubuntu-latest]
include:
- host: macos-12
- host: macos-13
target: x86_64-apple-darwin
- host: windows-latest
target: x86_64-pc-windows-msvc
Expand All @@ -49,11 +49,11 @@ jobs:
target: x86_64-unknown-linux-musl
exclude:
- node-version: 18.x
host: macos-12
host: macos-13
- node-version: 18.x
host: windows-latest
- node-version: 20.x
host: macos-12
host: macos-13
- node-version: 20.x
host: windows-latest

Expand Down

0 comments on commit 847d9f0

Please sign in to comment.