diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index cc8c6a6..d8ee49c 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -108,7 +108,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