Skip to content

Commit 273a7ec

Browse files
committed
CI: Use upstream Run-On-Arch
The upstream Run-On-Arch GitHub Action [1] finally supports Ubuntu 24.04, and we don't have to rely on customizations anymore. [1] https://github.com/uraimo/run-on-arch-action
1 parent 28641fc commit 273a7ec

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)