From 8f5f8de718123a5b32f881e23fbccafcc9b25e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:29:26 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/build-and-release-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-application.yaml b/.github/workflows/build-and-release-application.yaml index d87ecf2..da375d0 100644 --- a/.github/workflows/build-and-release-application.yaml +++ b/.github/workflows/build-and-release-application.yaml @@ -67,7 +67,7 @@ jobs: name: Build server docker image (and publish on master) for ${{ matrix.component_name }} needs: [ lint-and-test ] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: image_tag: ${{ steps.meta.outputs.tags }} concurrency: