Skip to content

Commit 2243221

Browse files
committed
ci: average
1 parent cdd1ad1 commit 2243221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
- host: [self-hosted, linux, x64]
7575
target: aarch64-unknown-linux-gnu
7676
build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
77-
- host: [self-hosted, linux, x64]
77+
- host: [self-hosted, linux, ARM]
7878
target: armv7-unknown-linux-gnueabihf
7979
build: pnpm build --target armv7-unknown-linux-gnueabihf --use-napi-cross
80-
- host: [self-hosted, linux, x64]
80+
- host: [self-hosted, linux, ARM]
8181
target: aarch64-unknown-linux-musl
8282
build: pnpm build --target aarch64-unknown-linux-musl -x
8383
- host: [self-hosted, windows, ARM]

0 commit comments

Comments
 (0)