From e036f9c2f5874daf2056f3aee5990c0e6f492a50 Mon Sep 17 00:00:00 2001 From: mbertuletti Date: Fri, 6 Dec 2024 07:59:28 +0100 Subject: [PATCH] [github] Change Ubuntu version to 22.04 --- .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 fd0be25b8..9e8d91168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: path: riscv-gnu-toolchain.tzst tc-llvm: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Recover the submodule commit hash