From 5f2e3256fd039c5516e29084897b6c3136a3d100 Mon Sep 17 00:00:00 2001 From: danipiza Date: Mon, 12 Jan 2026 08:52:26 +0100 Subject: [PATCH] [#23611] Upgraded runner image to 'ubuntu-24.04' Signed-off-by: danipiza --- .github/workflows/ci_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 93ef8cb04..9b62e1c44 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -106,7 +106,7 @@ jobs: uncrustify: name: Uncrustify check - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }} steps: - name: Run Uncrustify Linter