Skip to content

Commit

Permalink
Update QEMU used in CI
Browse files Browse the repository at this point in the history
I'm getting segfaults on s390x in bytecodealliance#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
  • Loading branch information
alexcrichton committed Dec 3, 2024
1 parent 1256cfa commit 12c38aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 12c38aa

Please sign in to comment.