From 8f3875bc5c7e14a3ec1134154c263b3c7997ec66 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:58:17 -0400 Subject: [PATCH] Bump CUDA 12.8.0 build to CUDA 12.8.1 --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 20caca291..e21c844a0 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -64,7 +64,7 @@ jobs: os: [ubuntu-latest, windows-latest] arch: [x86_64, aarch64] cuda_version: - ["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.3", "12.8.0"] + ["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.3", "12.8.1"] exclude: - os: windows-latest # This probably requires arm64 Windows agents arch: aarch64 @@ -78,7 +78,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') uses: docker/setup-qemu-action@v3 # Windows: We install Cuda on the agent (slow) - - uses: Jimver/cuda-toolkit@v0.2.21 + - uses: Jimver/cuda-toolkit@v0.2.22 if: startsWith(matrix.os, 'windows') id: cuda-toolkit with: