Skip to content

Commit 6a79932

Browse files
authored
ci: upgrade run-on-arch-action to fix random segfaults (#1280)
1 parent 5623293 commit 6a79932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-on-arch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: uraimo/run-on-arch-action@v2
26+
- uses: uraimo/run-on-arch-action@v3
2727
name: Build artifact
2828
id: build
2929
with:

0 commit comments

Comments
 (0)