Skip to content

Commit f338b5c

Browse files
committed
revert 12.6
1 parent f45cf05 commit f338b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_binaries.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ ${MATRIX_GPU_ARCH_TYPE} = 'cuda' ]]; then
3434
elif [[ ${MATRIX_GPU_ARCH_VERSION} = '12.1' ]]; then
3535
export CUDA_VERSION="cu121"
3636
elif [[ ${MATRIX_GPU_ARCH_VERSION} = '12.6' ]]; then
37-
export CUDA_VERSION="cu128"
37+
export CUDA_VERSION="cu126"
3838
elif [[ ${MATRIX_GPU_ARCH_VERSION} = '12.8' ]]; then
3939
export CUDA_VERSION="cu128"
4040
else

0 commit comments

Comments
 (0)