Skip to content

Commit

Permalink
Upgrade CCCL clang-format to version 18 (#343)
Browse files Browse the repository at this point in the history
Fixes: #341
  • Loading branch information
bernhardmgruber authored Jul 11, 2024
1 parent 50405c3 commit 73f14ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ x-openmpi: &openmpi {name: "openmpi"}

x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true }
x-clangd-dev: &clangd_dev {name: "llvm", version: "dev", packages: "clangd", hide: true}
x-clang-format-cccl: &clang_format_cccl {name: "llvm", version: "17", packages: "clang-format", hide: true}
x-clang-format-cccl: &clang_format_cccl {name: "llvm", version: "18", packages: "clang-format", hide: true}
x-clang-format-rapids: &clang_format_rapids {name: "llvm", version: "16", packages: "clang-format", hide: true}

# CCCL only needs a subset of the full CTK:
Expand Down

0 comments on commit 73f14ce

Please sign in to comment.