From 075a2efab63755bcf124393e83765f784bc3d4b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:20:17 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a256c9a1..9b7e44f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: [push, pull_request] jobs: init: name: init - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: yarn-cache-dir: ${{ steps.yarn-cache-dir-path.outputs.dir }} checksum: ${{ steps.checksum.outputs.checksum }} @@ -24,7 +24,7 @@ jobs: build: name: build needs: init - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -85,7 +85,7 @@ jobs: test_push: needs: [build, init] if: github.event_name == 'push' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -204,7 +204,7 @@ jobs: name: Release if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [test_push, init] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4