From 67fe85051b175f4f3403470d8c36219cd3d135de Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Wed, 15 Jan 2025 16:19:33 +0000 Subject: [PATCH] [ci] Bump verilator test runner to ubuntu-22.04 This was using an older runner, likely by mistake. Update to using ubuntu-22.04 as ubuntu-20.04 will no longer be supported by Github Actions soon. Signed-off-by: Alex Jones --- .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 2bbe41174161e..b41edaf0f2790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -295,7 +295,7 @@ jobs: verilator_earlgrey: name: Verilated Earl Grey - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: quick_lint timeout-minutes: 240 steps: