Skip to content

Commit 6a58a74

Browse files
authored
Upgrade Linters CI runner image to ubuntu-24.04 (#147)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent f67337a commit 6a58a74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# - execute docs compile and tests
3131
#
3232
# - uncrustify
33-
# - ubuntu-22.04
33+
# - ubuntu-24.04
3434
# - test uncrustify
3535
#
3636
# - python-linter
@@ -294,7 +294,7 @@ jobs:
294294
# UNCRUSTIFY
295295

296296
uncrustify:
297-
runs-on: ubuntu-22.04
297+
runs-on: ubuntu-24.04
298298
steps:
299299

300300
- name: Uncrustify

0 commit comments

Comments
 (0)