Skip to content

Commit 6f54af0

Browse files
committed
ci: Fix run-on-arch hiccup
We probably need to load a newer version than what we pinned before. Let's just update and hopefully enjoy the benefits. Signed-off-by: Johannes Demel <[email protected]>
1 parent 8a0322d commit 6f54af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
submodules: "recursive"
118-
- uses: uraimo/run-on-arch-action@v2.7.2
118+
- uses: uraimo/run-on-arch-action@v2
119119
name: Build in non-x86 container
120120
id: build
121121
with:

0 commit comments

Comments
 (0)