From 5e411770d348d4cdc2d7b399c63b417506430e8e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 23 Jan 2025 18:02:40 +0000 Subject: [PATCH] deps: update dependency ubuntu to v24 --- .github/workflows/renovate_config_check.yaml | 2 +- .github/workflows/update_generation_config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate_config_check.yaml b/.github/workflows/renovate_config_check.yaml index 7c5ec7865e..36da117bc7 100644 --- a/.github/workflows/renovate_config_check.yaml +++ b/.github/workflows/renovate_config_check.yaml @@ -7,7 +7,7 @@ on: jobs: renovate_bot_config_validation: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code diff --git a/.github/workflows/update_generation_config.yaml b/.github/workflows/update_generation_config.yaml index 8cbe58ecab..f71132cb4f 100644 --- a/.github/workflows/update_generation_config.yaml +++ b/.github/workflows/update_generation_config.yaml @@ -21,7 +21,7 @@ on: jobs: update-generation-config: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # the branch into which the pull request is merged base_branch: main