Skip to content

Commit 834719c

Browse files
authored
Upgrade Linters CI runner image to ubuntu-24.04 (#173)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 12d13ab commit 834719c

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
@@ -292,7 +292,7 @@ jobs:
292292
# UNCRUSTIFY
293293

294294
uncrustify:
295-
runs-on: ubuntu-22.04
295+
runs-on: ubuntu-24.04
296296
steps:
297297

298298
- name: Uncrustify

0 commit comments

Comments
 (0)