Skip to content

Commit 1279139

Browse files
zhiqingchenzhengyanan18
authored andcommitted
chore: change rust binding runner to ubuntu-22.04 (#17564)
1 parent bde76db commit 1279139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- host: windows-latest
2525
build: pnpm build:binding:release
2626
target: x86_64-pc-windows-msvc
27-
- host: ubuntu-20.04
27+
- host: ubuntu-22.04
2828
target: x86_64-unknown-linux-gnu
2929
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
3030
build: |-
3131
set -e &&
3232
pnpm build:binding:release --target x86_64-unknown-linux-gnu &&
3333
strip crates/native_binding/*.node
34-
- host: ubuntu-20.04
34+
- host: ubuntu-22.04
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

0 commit comments

Comments
 (0)