Skip to content

Commit 06f9951

Browse files
authored
Merge branch 'main' into patch-1
2 parents 45b433f + 847d9f0 commit 06f9951

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-rust-binding.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
node-version: [18.x]
1818
settings:
19-
- host: macos-12
19+
- host: macos-13
2020
target: x86_64-apple-darwin
2121
build: |
2222
pnpm build:binding:release
@@ -35,7 +35,7 @@ jobs:
3535
target: x86_64-unknown-linux-musl
3636
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
3737
build: set -e && pnpm build:binding:release && strip crates/native_binding/*.node
38-
- host: macos-12
38+
- host: macos-13
3939
target: aarch64-apple-darwin
4040
build: |
4141
pnpm build:binding:release --target aarch64-apple-darwin

.github/workflows/nodejs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
node-version: [18.x, 20.x]
40-
host: [macos-12, windows-latest, ubuntu-latest]
40+
host: [macos-13, windows-latest, ubuntu-latest]
4141
include:
42-
- host: macos-12
42+
- host: macos-13
4343
target: x86_64-apple-darwin
4444
- host: windows-latest
4545
target: x86_64-pc-windows-msvc
@@ -49,11 +49,11 @@ jobs:
4949
target: x86_64-unknown-linux-musl
5050
exclude:
5151
- node-version: 18.x
52-
host: macos-12
52+
host: macos-13
5353
- node-version: 18.x
5454
host: windows-latest
5555
- node-version: 20.x
56-
host: macos-12
56+
host: macos-13
5757
- node-version: 20.x
5858
host: windows-latest
5959

0 commit comments

Comments
 (0)