Skip to content

Commit

Permalink
Use Ubuntu 22.04 for uncrustify
Browse files Browse the repository at this point in the history
Fix #2931.

Later on this can be changed back to ubuntu-latest once the configuration file is updated.

Signed-off-by: Steven Bellock <[email protected]>
  • Loading branch information
steven-bellock committed Dec 17, 2024
1 parent e660843 commit 2ef436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uncrustify:
name: Style Compliance
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install uncrustify
run: |
Expand Down

0 comments on commit 2ef436f

Please sign in to comment.