Skip to content

Commit 093b646

Browse files
committed
Update CI matrix infp
1 parent c07375d commit 093b646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/matrix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
cuda_oldest: &cuda_oldest '12.0'
17-
cuda_newest: &cuda_newest '12.8'
17+
cuda_newest: &cuda_newest '12.9'
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
@@ -23,7 +23,7 @@ gpus:
2323
- 'v100'
2424

2525
# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
26-
devcontainer_version: '25.08'
26+
devcontainer_version: '25.10'
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
@@ -46,5 +46,5 @@ pull_request:
4646
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
4747
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '13', exe: 'g++'}, gpu_build_archs: '80', std: [17], jobs: ['build']}
4848
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']}
49-
- {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '14', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
50-
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '16', exe: 'clang++'}, gpu_build_archs: '90', std: [17], jobs: ['build']}
49+
- {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '18', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
50+
- {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'llvm', version: '18', exe: 'clang++'}, gpu_build_archs: '90', std: [17], jobs: ['build']}

0 commit comments

Comments
 (0)