From 4a44a54e42b1fa69c12ab0116968b6a851bffabd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 00:49:54 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/build.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 722bcd28..ff0a10ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: if: contains(github.ref, 'tags/202') needs: - build-linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Mkdir release @@ -254,7 +254,7 @@ jobs: if: contains(github.ref, 'tags/202') needs: - build-linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/download diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44cdaab5..2363e986 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: os: - ubuntu-20.04_x86_64 name: Lint hisui for ${{ matrix.os }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Install packages shell: bash