Skip to content

Commit

Permalink
test(ci): use ubuntu-20.04 for x86_64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Mar 9, 2024
1 parent ffcf29c commit 59dc174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
rustup target add x86_64-unknown-linux-gnu &&
yarn build --target x86_64-unknown-linux-gnu &&
strip *.node
- host: ubuntu-latest
- host: ubuntu-20.04
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
build: |-
Expand Down

0 comments on commit 59dc174

Please sign in to comment.