Skip to content

Commit 2c659fe

Browse files
authored
build: Add clang-format-21 image build (#252)
* build: Add clang-format-21 image build * build: Use questing for versions [17,21]
1 parent d0e4213 commit 2c659fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/clang-format-image.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
version-pair:
34-
- {version: "20", ubuntu: "plucky"}
35-
- {version: "19", ubuntu: "plucky"}
36-
- {version: "18", ubuntu: "noble"}
37-
- {version: "17", ubuntu: "noble"}
34+
- {version: "21", ubuntu: "questing"}
35+
- {version: "20", ubuntu: "questing"}
36+
- {version: "19", ubuntu: "questing"}
37+
- {version: "18", ubuntu: "questing"}
38+
- {version: "17", ubuntu: "questing"}
3839
- {version: "16", ubuntu: "noble"}
3940
- {version: "15", ubuntu: "noble"}
4041
- {version: "14", ubuntu: "noble"}

0 commit comments

Comments
 (0)