From 7835150e66c320557ed3855b2d63d972ad7492b2 Mon Sep 17 00:00:00 2001 From: fszontagh Date: Tue, 31 Dec 2024 09:30:33 +0100 Subject: [PATCH] WF: change cuda ver to 12.4.1 --- .github/workflows/multiplatform_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiplatform_test.yml b/.github/workflows/multiplatform_test.yml index 5b15c43..a6cc9e7 100644 --- a/.github/workflows/multiplatform_test.yml +++ b/.github/workflows/multiplatform_test.yml @@ -109,7 +109,7 @@ jobs: id: cuda-toolkit uses: Jimver/cuda-toolkit@v0.2.19 with: - cuda: "12.6.1" + cuda: "12.4.1" sub-packages: '["nvcc", "visual_studio_integration"]' method: "network" linux-local-args: '["--toolkit"]'