We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a421e94 commit fc48736Copy full SHA for fc48736
.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