diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 93ef8cb04..9b62e1c44 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -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