Skip to content

Commit 2f967a3

Browse files
authored
Merge pull request #594 from sysprog21/ci-refine-run-on-arch
CI: Use upstream Run-On-Arch
2 parents 28641fc + 273a7ec commit 2f967a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
echo "PARALLEL=-j$(nproc)" >> "$GITHUB_ENV"
303303
- name: build artifact
304304
# The GitHub Action for non-x86 CPU
305-
uses: allinurl/run-on-arch-action@master
305+
uses: uraimo/run-on-arch-action@v3
306306
with:
307307
arch: aarch64
308308
distro: ubuntu24.04

0 commit comments

Comments
 (0)