Skip to content

Commit d2797c2

Browse files
committed
fix: ci
1 parent a815ee1 commit d2797c2

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
@@ -82,10 +82,10 @@ jobs:
8282
- host: [self-hosted, windows, x64]
8383
build: pnpm build --target i686-pc-windows-msvc
8484
target: i686-pc-windows-msvc
85-
- host: [self-hosted, linux, x64]
85+
- host: [self-hosted, linux, ARM]
8686
target: x86_64-unknown-linux-gnu
8787
build: pnpm build --target x86_64-unknown-linux-gnu --use-napi-cross
88-
- host: [self-hosted, linux, x64]
88+
- host: [self-hosted, linux, ARM]
8989
target: x86_64-unknown-linux-musl
9090
build: pnpm build --target x86_64-unknown-linux-musl -x
9191
- host: [self-hosted, macos]

0 commit comments

Comments
 (0)