From 140dc1d0344fe47c15050d739a85335f850f7cb9 Mon Sep 17 00:00:00 2001 From: Evgeny Semenov Date: Tue, 23 Jan 2024 12:54:48 +0000 Subject: [PATCH] CI: Bump the Ubuntu image version to 22.04 ARC GNU Toolchain 2023.09 (https://github.com/foss-for-synopsys-dwc-arc-processors/arc-gnu-toolchain) was built inside latest (22.04) Ubuntu container, that's why Linux depends on more fresh glibc shared libraries and there are probably other dependencies. This commit explicitly sets the environment version to exlude extra build errors. The environment version may be changed later as the project progresses. Signed-off-by: Evgeny Semenov --- .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 64c05fbaaf9d36..27942a4039e31e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: targets: