Skip to content

Commit ac2dfa4

Browse files
authored
chore: change rust binding runner to ubuntu-22.04 (#17564)
1 parent 1bfd17d commit ac2dfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- host: windows-latest
2525
build: pnpm build:binding:release
2626
target: x86_64-pc-windows-msvc
27-
- host: ubuntu-latest
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
npm install -g [email protected] &&
3333
pnpm build:binding:release --target x86_64-unknown-linux-gnu &&
3434
strip crates/native_binding/*.node
35-
- host: ubuntu-latest
35+
- host: ubuntu-22.04
3636
target: x86_64-unknown-linux-musl
3737
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
3838
build: set -e && pnpm build:binding:release && strip crates/native_binding/*.node

0 commit comments

Comments
 (0)