From 94d603f810c960d90eba01b0db36337063313976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:31:02 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .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 0342d7c..6ba16b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: push: name: Push ${{ github.ref }} if: github.event_name == 'push' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: checks: read statuses: write @@ -96,7 +96,7 @@ jobs: name: Post-release needs: push if: github.event_name == 'push' && github.ref == 'refs/heads/master' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Setup NodeJS uses: actions/setup-node@v4