From ec4ec5b22acef6f17b9f00121e2362cbc04c494f Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 8 Jan 2024 02:51:49 -0800 Subject: [PATCH 1/2] CI: Update toolchain to ARC 2023.09 release Use ARC GNU Toolchain 2023.09 release for CI Signed-off-by: Alexey Brodkin --- .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..1e69edb3602e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: env: - toolchain_ver: 2022.09-rc2 + toolchain_ver: 2023.09 toolchain_url: https://github.com/foss-for-synopsys-dwc-arc-processors/arc-gnu-toolchain/releases/download/$toolchain_ver jobs: From e78e91b1db01de2a8eabc01371a647a72e657fb9 Mon Sep 17 00:00:00 2001 From: Evgeny Semenov Date: Tue, 9 Jan 2024 12:40:53 +0000 Subject: [PATCH 2/2] CI: Bump the Ubuntu image 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 1e69edb3602e25..a2719ebfaf42b6 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: