Skip to content

Commit

Permalink
feat(version): Add clang-format-15 to GHCR (#113)
Browse files Browse the repository at this point in the history
Note that clang-format-15 is only available in Ubuntu 22.10, Kinetic Kudu, which
is still in beta at the time of this commit.

Related to: #112
  • Loading branch information
jidicula committed Sep 11, 2022
1 parent e871b5e commit 97ee3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-image.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "15", ubuntu: "kinetic"}
- {version: "14", ubuntu: "jammy"}
- {version: "13", ubuntu: "jammy"}
- {version: "12", ubuntu: "jammy"}
Expand Down

0 comments on commit 97ee3f3

Please sign in to comment.