From 6f54af0706b81e867db7d80a34404bec159d5831 Mon Sep 17 00:00:00 2001 From: Johannes Demel Date: Mon, 28 Oct 2024 22:13:55 +0100 Subject: [PATCH] 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 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fb0d0a08..392fa4d9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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: