From 8deefc29968ecfda0b44f4d06deb06d3b6dca5ce Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Dec 2024 16:30:58 -0800 Subject: [PATCH] Update QEMU used in CI I'm getting segfaults on s390x in #9702 and I can't reproduce them locally in QEMU. Try updating QEMU to see if it's a transient bug. Historical updates haven't always gone well, so let's see what CI says. prtest:full --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2b8da35e90d..0705df14dc4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -659,7 +659,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} env: - QEMU_BUILD_VERSION: 8.1.5 + QEMU_BUILD_VERSION: 9.1.2 strategy: fail-fast: ${{ github.event_name != 'pull_request' }} matrix: ${{ fromJson(needs.determine.outputs.test-matrix) }}