From 98b4983436189e63a2c7488e8049c82635a33bbc Mon Sep 17 00:00:00 2001 From: danipiza Date: Mon, 12 Jan 2026 10:44:11 +0100 Subject: [PATCH] [#23611] Upgraded runner image to 'ubuntu-24.04' Signed-off-by: danipiza --- .github/workflows/reusable-ubuntu-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index cd45b9b..079e72b 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -30,7 +30,7 @@ # - execute docs compile and tests # # - uncrustify -# - ubuntu-22.04 +# - ubuntu-24.04 # - test uncrustify # # - python-linter @@ -294,7 +294,7 @@ jobs: # UNCRUSTIFY uncrustify: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Uncrustify