Skip to content

Commit 966251a

Browse files
committed
perf(build): use native ARM64 runner for standard Linux ARM64 builds
Extend native ARM64 runner usage to standard Linux ARM64 builds (not just Alpine). This provides consistent performance benefits across all Linux ARM64 builds.
1 parent fb78f42 commit 966251a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-smol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
os: linux
130130
platform: linux
131131
arch: x64
132-
- runner: ubuntu-latest
132+
- runner: ubuntu-24.04-arm64
133133
os: linux
134134
platform: linux
135135
arch: arm64

0 commit comments

Comments
 (0)