From c20265465bc95bb83d85a3764f804973d74f8086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:16:13 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/backport.yaml | 2 +- .github/workflows/clean-ghpages.yaml | 2 +- .github/workflows/main.yaml | 6 +++--- .github/workflows/pull-request-automation.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index d0cc8dbfc7c3..0aa5c0d548b8 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -12,7 +12,7 @@ env: jobs: backport: name: Backport - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: diff --git a/.github/workflows/clean-ghpages.yaml b/.github/workflows/clean-ghpages.yaml index d636d0a56508..f82b5d779ce9 100644 --- a/.github/workflows/clean-ghpages.yaml +++ b/.github/workflows/clean-ghpages.yaml @@ -8,7 +8,7 @@ on: jobs: clean: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Clean GitHub pages timeout-minutes: 5 concurrency: gh-pages-push diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 434db078aa3c..108253cf5dc8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ env: jobs: not-failed-backport: name: Test that's not a failed backport - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: @@ -28,7 +28,7 @@ jobs: main: name: Continuous integration - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 50 if: "!startsWith(github.event.head_commit.message, '[skip ci] ')" @@ -223,7 +223,7 @@ jobs: gh-pages: name: Github Pages - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 concurrency: gh-pages-push needs: diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index c47cd30c2b58..6ef14ff19987 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: