1414# limitations under the License.
1515
1616cuda_oldest : &cuda_oldest '11.8'
17- cuda_newest : &cuda_newest '12.6 '
17+ cuda_newest : &cuda_newest '12.8 '
1818
1919# The GPUs to test on
2020# Note: This assumes that the appropriate gpu_build_archs are set to include building for the GPUs listed here
2323 - ' v100'
2424
2525# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
26- devcontainer_version : ' 24.12 '
26+ devcontainer_version : ' 25.06 '
2727
2828# Each environment below will generate a unique build/test job
2929# See the "compute-matrix" job in the workflow for how this is parsed and used
@@ -43,6 +43,6 @@ devcontainer_version: '24.12'
4343pull_request :
4444 nvcc :
4545 - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
46- - {cuda: *cuda_newest, os: 'ubuntu22 .04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
47- - {cuda: *cuda_newest, os: 'ubuntu22 .04', cpu: 'amd64', compiler: {name: 'gcc', version: '13', exe: 'g++'}, gpu_build_archs: '80', std: [17], jobs: ['build']}
48- - {cuda: *cuda_newest, os: 'ubuntu22 .04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']}
46+ - {cuda: *cuda_newest, os: 'ubuntu24 .04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
47+ - {cuda: *cuda_newest, os: 'ubuntu24 .04', cpu: 'amd64', compiler: {name: 'gcc', version: '13', exe: 'g++'}, gpu_build_archs: '80', std: [17], jobs: ['build']}
48+ - {cuda: *cuda_newest, os: 'ubuntu24 .04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']}
0 commit comments