Skip to content

Commit 7da18f8

Browse files
committed
Bump cuda-version to 12.8.0
1 parent 74c2996 commit 7da18f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- "3.9"
3232
cuda-version:
3333
# Note: this is for build-time only.
34-
- "12.6.2"
34+
- "12.8.0"
3535
name: Build (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }})
3636
if: ${{ github.repository_owner == 'nvidia' }}
3737
permissions:
@@ -220,7 +220,7 @@ jobs:
220220
- "3.9"
221221
cuda-version:
222222
# Note: this is for test-time only.
223-
- "12.6.2"
223+
- "12.8.0"
224224
- "12.0.1"
225225
- "11.8.0"
226226
local-ctk:
@@ -235,7 +235,7 @@ jobs:
235235
include:
236236
- host-platform: linux-64
237237
python-version: "3.12"
238-
cuda-version: "12.6.2"
238+
cuda-version: "12.8.0"
239239
local-ctk: 1
240240
runner: H100
241241
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})

0 commit comments

Comments
 (0)