From 78e0493ec3a771b66d4869286a254aaeebc988c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:42:25 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fde4f99..0b4daaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out Git repository @@ -45,7 +45,7 @@ jobs: release: needs: build if: github.ref == 'refs/heads/main' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out Git repository @@ -66,7 +66,7 @@ jobs: release-v2: needs: build if: github.ref == 'refs/heads/v2' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out Git repository