From 3bce14a95546c902c81df4dfb6fbe0070fe26708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:49:59 +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 918f392..8a5d4ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: init: name: init - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: skip: ${{ steps.ci-skip-step.outputs.ci-skip }} skip-not: ${{ steps.ci-skip-step.outputs.ci-skip-not }} @@ -18,7 +18,7 @@ jobs: name: build needs: init if: ${{ needs.init.outputs.skip == 'false' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -46,7 +46,7 @@ jobs: test_push: needs: build if: github.event_name == 'push' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -96,7 +96,7 @@ jobs: # https://github.community/t/trigger-job-on-tag-push-only/18076 if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: test_push - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4