Add CUDA 12.8 images (#488)

This commit is contained in:
Changho Hwang
2025-03-28 17:31:26 -07:00
committed by GitHub
parent a3d8d6807b
commit def68ced64
8 changed files with 43 additions and 45 deletions

View File

@@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'cpp', 'python' ]
version: [ 'cuda11.8', 'cuda12.2' ]
version: [ 'cuda11.8', 'cuda12.8' ]
steps:
- name: Checkout repository

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 'cuda11.8', 'cuda12.2' ]
version: [ 'cuda11.8', 'cuda12.8' ]
steps:
- uses: actions/checkout@v4