Skip to content

Commit 87adf5c

Browse files
authored
build: Fix Ubuntu distro for clang-format-20 (#240)
1 parent 69a43b0 commit 87adf5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
version-pair:
34-
- {version: "20", ubuntu: "oracular"}
35-
- {version: "19", ubuntu: "oracular"}
34+
- {version: "20", ubuntu: "plucky"}
35+
- {version: "19", ubuntu: "plucky"}
3636
- {version: "18", ubuntu: "noble"}
3737
- {version: "17", ubuntu: "noble"}
3838
- {version: "16", ubuntu: "noble"}

0 commit comments

Comments
 (0)