From 6105ba9d6922f38fd1ef5840588d1999dd674dfb Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Thu, 14 Apr 2022 03:03:59 +0300 Subject: [PATCH] [ci] bump CUDA version from `11.5.1` to `11.6.2` at CI (#5149) --- .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