From e0bfd3ae4d50efd2959b4ae6407210bf74c921ab Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 11 May 2026 14:44:23 +0200 Subject: [PATCH] try using CCCL 12.4.127 with cuda 11.8.0 to fix CI failure --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3f78a3f..423b1b28b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -822,7 +822,7 @@ jobs: $NVTX_VER = "11.8.86" $VS_VER = "11.8.86" $NVPROF_VER = "11.8.87" - $CCCL_VER = "11.8.89" + $CCCL_VER = "12.4.127" # Create the directory where the CUDA Toolkit will be installed mkdir -p $CUDA_TOOLKIT_DIR