From 7bc9383a9fb100a25ed7d12bb6328cbfdacdde01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:40:45 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/main.yaml | 2 +- .github/workflows/pull-request-automation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a04ed4a..47d16c1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ env: jobs: main: name: Continuous integration - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 20 if: "!startsWith(github.event.head_commit.message, '[skip ci] ')" diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index c47cd30..6ef14ff 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -9,7 +9,7 @@ on: jobs: auto-merge: name: Auto reviews pull requests from bots - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: