From cd57f4d4a67bbf79c5b34b5578da4918d0e9acac Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Sat, 27 Apr 2024 15:56:10 -0500 Subject: [PATCH] cuda 12.4.1 in root CI tests --- .github/workflows/root-cmakelists.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-cmakelists.yaml b/.github/workflows/root-cmakelists.yaml index 8fb6b9b42..f45a8b4b6 100644 --- a/.github/workflows/root-cmakelists.yaml +++ b/.github/workflows/root-cmakelists.yaml @@ -389,7 +389,7 @@ jobs: if: matrix.cuda == 'with' id: cuda-toolkit with: - cuda: '12.2.0' + cuda: '12.4.1' #See https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#install-the-cuda-software method: 'local' # Do not cache the installer (~3 GiB). It doesn't speed up the