Skip to content

Commit 2383528

Browse files
committed
Run qemu on Ubuntu 22.04
s390x and arm64v8 segfaults on QEMU running on Ubuntu 24.04 (likely due to a kernel update). Downgrade to Ubuntu 22.04. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent a7dbecd commit 2383528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test-other.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363

6464
build-and-test-other:
6565
needs: compile_tests
66-
runs-on: ubuntu-24.04
66+
# GCC on qemu segfaults on s390x and arm64v8 when using 24.04
67+
# See also https://github.com/actions/runner-images/issues/11471
68+
runs-on: ubuntu-22.04
6769

6870
strategy:
6971
fail-fast: false

0 commit comments

Comments
 (0)