From 8a9042a72bbfed7dcea56026ae42ee12f716f708 Mon Sep 17 00:00:00 2001 From: Alessandro Gatti Date: Fri, 20 Sep 2024 12:13:00 +0200 Subject: [PATCH] github/workflows: Update Ubuntu images for code size CI tasks. This updates the Ubuntu OS image the code size CI tasks run on, from 20.04-LTS to 22.04-LTS. This is needed because 20.04 didn't have packages that are needed to build RISC-V 32 code. Signed-off-by: Alessandro Gatti --- .github/workflows/code_size.yml | 2 +- .github/workflows/code_size_comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml index 1ef43d1fd3..163d4455cf 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -24,7 +24,7 @@ concurrency: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/code_size_comment.yml b/.github/workflows/code_size_comment.yml index a394f7a14b..521afad709 100644 --- a/.github/workflows/code_size_comment.yml +++ b/.github/workflows/code_size_comment.yml @@ -11,7 +11,7 @@ concurrency: jobs: comment: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: 'Download artifact' id: download-artifact