Commit 847d9f0 1 parent 8501202 commit 847d9f0 Copy full SHA for 847d9f0
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
node-version : [18.x]
18
18
settings :
19
- - host : macos-12
19
+ - host : macos-13
20
20
target : x86_64-apple-darwin
21
21
build : |
22
22
pnpm build:binding:release
35
35
target : x86_64-unknown-linux-musl
36
36
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
37
37
build : set -e && pnpm build:binding:release && strip crates/native_binding/*.node
38
- - host : macos-12
38
+ - host : macos-13
39
39
target : aarch64-apple-darwin
40
40
build : |
41
41
pnpm build:binding:release --target aarch64-apple-darwin
Original file line number Diff line number Diff line change 37
37
fail-fast : false
38
38
matrix :
39
39
node-version : [18.x, 20.x]
40
- host : [macos-12 , windows-latest, ubuntu-latest]
40
+ host : [macos-13 , windows-latest, ubuntu-latest]
41
41
include :
42
- - host : macos-12
42
+ - host : macos-13
43
43
target : x86_64-apple-darwin
44
44
- host : windows-latest
45
45
target : x86_64-pc-windows-msvc
@@ -49,11 +49,11 @@ jobs:
49
49
target : x86_64-unknown-linux-musl
50
50
exclude :
51
51
- node-version : 18.x
52
- host : macos-12
52
+ host : macos-13
53
53
- node-version : 18.x
54
54
host : windows-latest
55
55
- node-version : 20.x
56
- host : macos-12
56
+ host : macos-13
57
57
- node-version : 20.x
58
58
host : windows-latest
59
59
You can’t perform that action at this time.
0 commit comments