We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afefe87 commit 54d7171Copy full SHA for 54d7171
1 file changed
.github/workflows/CI.yml
@@ -42,7 +42,7 @@ jobs:
42
- host: macos-latest
43
target: aarch64-apple-darwin
44
build: yarn build --target aarch64-apple-darwin
45
- - host: ubuntu-24.04-arm
+ - host: ubuntu-24.04
46
target: aarch64-unknown-linux-gnu
47
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
48
build: yarn build --target aarch64-unknown-linux-gnu
0 commit comments