Skip to content

Commit cf5ae38

Browse files
committed
[#23611] Upgraded runner image to 'ubuntu-24.04'
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 82018ae commit cf5ae38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
uncrustify:
110110
name: Uncrustify check
111-
runs-on: ubuntu-22.04
111+
runs-on: ubuntu-24.04
112112
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
113113
steps:
114114
- name: Run Uncrustify Linter

0 commit comments

Comments
 (0)