Merge pull request #409 from eProsima/upgrade/uncrustify-ubuntu24

[#23611] Upgraded runner image to 'ubuntu-24.04'
This commit is contained in:
EugenioCollado 2026-01-14 09:07:40 +01:00 committed by GitHub
commit 0840e720cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
uncrustify:
name: Uncrustify check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
steps:
- name: Run Uncrustify Linter