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 <a.gatti@frob.it>
This commit is contained in:
Alessandro Gatti 2024-09-20 12:13:00 +02:00 committed by Damien George
parent f1b88e0d59
commit 8a9042a72b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:

View File

@ -11,7 +11,7 @@ concurrency:
jobs:
comment:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: 'Download artifact'
id: download-artifact