Skip to content

Commit 9b33995

Browse files
Bump CUDA 12.8.0 build to CUDA 12.8.1 (#1575)
1 parent b86ff64 commit 9b33995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
os: [ubuntu-latest, windows-latest]
6565
arch: [x86_64, aarch64]
6666
cuda_version:
67-
["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"]
67+
["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"]
6868
exclude:
6969
- os: windows-latest # This probably requires arm64 Windows agents
7070
arch: aarch64
@@ -78,7 +78,7 @@ jobs:
7878
if: startsWith(matrix.os, 'ubuntu')
7979
uses: docker/setup-qemu-action@v3
8080
# Windows: We install Cuda on the agent (slow)
81-
- uses: Jimver/cuda-toolkit@v0.2.21
81+
- uses: Jimver/cuda-toolkit@v0.2.22
8282
if: startsWith(matrix.os, 'windows')
8383
id: cuda-toolkit
8484
with:

0 commit comments

Comments
 (0)