From 8c5e3154a20ad93456d04b0255cb9c639c249f4b Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Mon, 11 Mar 2024 07:24:26 +0100 Subject: [PATCH] Updated the CI image to Ubuntu 22.04. Signed-off-by: Hermann Mayer --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 9be122f..aae179e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -13,7 +13,7 @@ concurrency: jobs: package: name: Build and upload the image - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - name: Prepare the virtual environment