Skip to content

Commit a455147

Browse files
Upgrade Linters CI runner image to ubuntu-24.04 (#6248) (#6251)
* [#23611] Upgraded runner image to 'ubuntu-24.04' * [#23611] Allow manual triggering of uncrustify workflow --------- (cherry picked from commit 72d9074) Signed-off-by: danipiza <dpizarrogallego@gmail.com> Co-authored-by: DannyP39 <98972125+Danipiza@users.noreply.github.com>
1 parent a1c4354 commit a455147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Fast DDS Linters CI
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types: [opened, synchronize]
67

@@ -11,7 +12,7 @@ concurrency:
1112
jobs:
1213
uncrustify:
1314
name: uncrustify
14-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1516
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
1617
steps:
1718
- name: Run Uncrustify Linter

0 commit comments

Comments
 (0)