From 51239100711450537ecf770248b3bfa3a61e4acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:38:15 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 (#2447) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb21c57b..6d477c6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: build: env: COVER: true - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code @@ -51,7 +51,7 @@ jobs: ./.github/workflows/test.sh docker: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code