From: Daniel Bevenius Date: Mon, 11 May 2026 13:17:13 +0000 (+0200) Subject: Revert "try using CCCL 12.4.127 with cuda 11.8.0 to fix CI failure" X-Git-Tag: upstream/1.9.2~432 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5b2d4af850edf31dc23e750a769128c4b0feac1a;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Revert "try using CCCL 12.4.127 with cuda 11.8.0 to fix CI failure" This reverts commit be867eadf553801eb7d1c383ed47a90fdd3d4b18. Sorry about this noise, I thought it was worth a try. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 423b1b28..be3f78a3 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 = "12.4.127" + $CCCL_VER = "11.8.89" # Create the directory where the CUDA Toolkit will be installed mkdir -p $CUDA_TOOLKIT_DIR