Skip to content

Commit 5608f69

Browse files
authored
Upgrade Linters CI runner image to ubuntu-24.04 (#25)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 8012cd8 commit 5608f69

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
@@ -18,7 +18,7 @@
1818
# - execute clang-tidy check
1919
#
2020
# - uncrustify
21-
# - ubuntu-22.04
21+
# - ubuntu-24.04
2222
# - test uncrustify
2323
#
2424
# - python-linter
@@ -183,7 +183,7 @@ jobs:
183183
# UNCRUSTIFY
184184

185185
uncrustify:
186-
runs-on: ubuntu-22.04
186+
runs-on: ubuntu-24.04
187187
steps:
188188

189189
- name: Uncrustify

0 commit comments

Comments
 (0)