From dc1b8e054e88ecc458b4c6875fe9c0acd6d29e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:27:29 +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: