Skip to content

Commit c23c387

Browse files
authored
use github hosted arm runners in static node building (#663)
1 parent e1c16e8 commit c23c387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-static-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
IMAGE:
2626
- {RUNNER: "ubuntu-latest", MANYLINUX_ARCH: "x86_64"}
27-
- {RUNNER: [self-hosted, Linux, ARM64], MANYLINUX_ARCH: "aarch64"}
27+
- {RUNNER: "ubuntu-24.04-arm", MANYLINUX_ARCH: "aarch64"}
2828
steps:
2929
- uses: actions/[email protected]
3030
with:

0 commit comments

Comments
 (0)