@@ -205,7 +205,7 @@ jobs:
205205 # There are currently no multi-platform manylinux images available.
206206 # See https://github.com/pypa/manylinux/issues/1306.
207207 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
208- cuda_version : ["11.8 ", "12 .0"]
208+ cuda_version : ["12.6 ", "13 .0"]
209209 fail-fast : false
210210 uses : ./.github/workflows/dev_environment.yml
211211 secrets :
@@ -237,7 +237,7 @@ jobs:
237237 strategy :
238238 matrix :
239239 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
240- cuda_version : ["11.8 ", "12 .0"]
240+ cuda_version : ["12.6 ", "13 .0"]
241241 fail-fast : false
242242 uses : ./.github/workflows/dev_environment.yml
243243 secrets :
@@ -268,7 +268,7 @@ jobs:
268268 strategy :
269269 matrix :
270270 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
271- cuda_version : ["11.8 ", "12 .0"]
271+ cuda_version : ["12.6 ", "13 .0"]
272272 fail-fast : false
273273 uses : ./.github/workflows/dev_environment.yml
274274 secrets :
@@ -354,7 +354,7 @@ jobs:
354354 strategy :
355355 matrix :
356356 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
357- cuda_version : ["11.8 ", "12 .0"]
357+ cuda_version : ["12.6 ", "13 .0"]
358358 fail-fast : false
359359 uses : ./.github/workflows/dev_environment.yml
360360 secrets :
@@ -402,7 +402,7 @@ jobs:
402402 strategy :
403403 matrix :
404404 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
405- cuda_version : ["11.8 ", "12 .0"]
405+ cuda_version : ["12.6 ", "13 .0"]
406406 fail-fast : false
407407 uses : ./.github/workflows/docker_images.yml
408408 secrets :
@@ -414,7 +414,7 @@ jobs:
414414 cuda_version : ${{ matrix.cuda_version }}
415415 ompidev_image : ${{ fromJson(needs.config.outputs.json).image_hash[format('{0}-cu{1}-ompi', matrix.platform, matrix.cuda_version)] }}
416416 devdeps_image : ${{ fromJson(needs.ext_config.outputs.json).image_hash[format('{0}-cu{1}-ext', matrix.platform, matrix.cuda_version)] }}
417- build_docs : ${{ matrix.cuda_version == '11.8 ' && matrix.platform == fromJson(needs.metadata.outputs.platforms).ids[0] }}
417+ build_docs : ${{ matrix.cuda_version == '12.6 ' && matrix.platform == fromJson(needs.metadata.outputs.platforms).ids[0] }}
418418 environment : ghcr-deployment
419419
420420 digest_config :
@@ -443,7 +443,7 @@ jobs:
443443 runs-on : ubuntu-latest
444444 strategy :
445445 matrix :
446- cuda : ["11.8 ", "12 .0"]
446+ cuda : ["12.6 ", "13 .0"]
447447
448448 environment : ghcr-deployment
449449
@@ -666,7 +666,7 @@ jobs:
666666 STITCHED_JSON='${{ needs.aggregate_stitched_images.outputs.json }}'
667667 echo "$STITCHED_JSON" | jq .
668668
669- for cuda in 11.8 12 .0; do
669+ for cuda in 12.6 13 .0; do
670670 cuda_major="${cuda%%.*}"
671671 artifact_name="image_cu${cuda_major}_publishing"
672672 info_file="$artifact_name.txt"
@@ -696,19 +696,19 @@ jobs:
696696 echo "Created $info_file"
697697 done
698698
699- - name : Upload image_cu11_publishing
699+ - name : Upload image_cu12_publishing
700700 uses : actions/upload-artifact@v4
701701 with :
702- name : image_cu11_publishing
703- path : image_cu11_publishing .txt
702+ name : image_cu12_publishing
703+ path : image_cu12_publishing .txt
704704 retention-days : 30
705705 if-no-files-found : error
706706
707- - name : Upload image_cu12_publishing
707+ - name : Upload image_cu13_publishing
708708 uses : actions/upload-artifact@v4
709709 with :
710- name : image_cu12_publishing
711- path : image_cu12_publishing .txt
710+ name : image_cu13_publishing
711+ path : image_cu13_publishing .txt
712712 retention-days : 30
713713 if-no-files-found : error
714714
@@ -718,8 +718,8 @@ jobs:
718718 strategy :
719719 matrix :
720720 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
721- python_version : ['3.10', '3. 11', '3.12', '3.13']
722- cuda_version : ["11.8 ", "12 .0"]
721+ python_version : ['3.11', '3.12', '3.13']
722+ cuda_version : ["12.6 ", "13 .0"]
723723 fail-fast : false
724724 uses : ./.github/workflows/python_wheels.yml
725725 secrets :
@@ -738,7 +738,7 @@ jobs:
738738 strategy :
739739 matrix :
740740 platform : ${{ fromJson(needs.metadata.outputs.platforms).ids }}
741- cuda_version : ["11.8 ", "12 .0"]
741+ cuda_version : ["12.6 ", "13 .0"]
742742 fail-fast : false
743743 uses : ./.github/workflows/prebuilt_binaries.yml
744744 secrets :
0 commit comments