From e209584b648706567b20be0033a9a14031f443a5 Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:48:46 -0500 Subject: [PATCH] Update tests.yml - bump run-on-arch to v3 Will fix segfault occurring in this workflow Currently project not blocking on this failure due to https://github.com/libgit2/pygit2/issues/812 But I think this is fixed and should be enabled again --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0eab65c2..c2fcbbb8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Build & test - uses: uraimo/run-on-arch-action@v2 + uses: uraimo/run-on-arch-action@v3 with: arch: s390x distro: ubuntu22.04