Skip to content

Commit

Permalink
replace CUDA 12.0 with 12.6; adopt cdt_name pinning update
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 26, 2025
1 parent 5502274 commit f0e3204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_stdlib_version:
c_stdlib:
- sysroot
cdt_name:
- cos7
- conda
c_compiler:
- gcc
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux64_cuda118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ c_stdlib:
c_stdlib_version:
- 2.17
cdt_name:
- cos7
- conda
target_platform:
- linux-64
channel_sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ go_compiler:
cgo_compiler:
- go-cgo
c_compiler_version:
- 12
- 13
cxx_compiler_version:
- 12
- 13
fortran_compiler_version:
- 12
- 13
c_stdlib:
- sysroot
c_stdlib_version:
- 2.17
cdt_name:
- cos7
- conda
target_platform:
- linux-64
channel_sources:
Expand All @@ -29,6 +29,6 @@ docker_image:
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- 12.0
- 12.6
cuda_compiler_version_min:
- 11.8

0 comments on commit f0e3204

Please sign in to comment.