Skip to content

Commit 465ccc0

Browse files
[#23611] Upgraded runner image to 'ubuntu-24.04' (#410)
Signed-off-by: danipiza <dpizarrogallego@gmail.com> Co-authored-by: danipiza <dpizarrogallego@gmail.com>
1 parent 4ad8618 commit 465ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
uncrustify:
108108
name: Uncrustify check
109-
runs-on: ubuntu-22.04
109+
runs-on: ubuntu-24.04
110110
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
111111
steps:
112112
- name: Run Uncrustify Linter

0 commit comments

Comments
 (0)