We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffa7b5 commit bf090fdCopy full SHA for bf090fd
.github/workflows/build.yaml
@@ -8,7 +8,7 @@ jobs:
8
checkuncrustify:
9
name: "Check code style with Uncrustify"
10
# Ubuntu 22.04 has uncrustify 0.72_f
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
steps:
13
- name: Install dependencies
14
run: sudo apt update && sudo apt install -y uncrustify
0 commit comments