From f0913c8a13c4a400fab8411458051dee4548a1e7 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Wed, 13 Apr 2022 03:21:54 +0300 Subject: [PATCH] [ci] bump CUDA version from `11.5.1` to `11.6.2` at CI --- .github/workflows/cuda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 47b5a50242bf..b06e01d0d4ff 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -26,7 +26,7 @@ jobs: - method: source compiler: gcc python_version: "3.8" - cuda_version: "11.5.1" + cuda_version: "11.6.2" tree_learner: cuda - method: pip compiler: clang @@ -41,7 +41,7 @@ jobs: - method: source compiler: gcc python_version: "3.8" - cuda_version: "11.5.1" + cuda_version: "11.6.2" tree_learner: cuda_exp - method: pip compiler: clang