From 0f3e964e866c6d0599a025eddeb2d7bb8ab6e3d1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 22 Jun 2026 18:14:18 +0200 Subject: [PATCH] [ci] update qemu version pulled in override test This version is very old and does not match the one downloaded by bazel. This old version also does not compile anymore due to a mirror being discontinued. Signed-off-by: Amaury Pouly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 610236c7409f5..f243f71527822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -693,7 +693,7 @@ jobs: - uses: actions/checkout@v6 with: repository: lowRISC/qemu - ref: v9.2.0-2025-02-11 + ref: v10.2.0-2026-01-15 path: qemu - name: Check that overrides works run: |