ci: Update from ubuntu-20.04 to ubuntu-22.04 due to EOL

Ubuntu 20.04 is EOL. Therefore, upgrade it to 22.04.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2025-04-28 11:48:52 -04:00 committed by Stefan Berger
parent 64e3b12bf2
commit 3a97392960

View File

@ -5,8 +5,8 @@ on:
branches: [ "master", "stable-*" ]
jobs:
build-ubuntu-focal:
runs-on: ubuntu-20.04
build-ubuntu-jammy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4