Skip to content

Commit

Permalink
ci: Fix run-on-arch hiccup
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jdemel committed Oct 28, 2024
1 parent 8a0322d commit 6f54af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2
name: Build in non-x86 container
id: build
with:
Expand Down

0 comments on commit 6f54af0

Please sign in to comment.