@@ -34,7 +34,7 @@ concurrency:
3434jobs :
3535 cpp-build :
3636 secrets : inherit
37- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
37+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
3838 with :
3939 build_type : ${{ inputs.build_type || 'branch' }}
4040 branch : ${{ inputs.branch }}
@@ -45,20 +45,20 @@ jobs:
4545 if : github.ref_type == 'branch'
4646 needs : [python-build]
4747 secrets : inherit
48- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
48+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4949 with :
5050 arch : " amd64"
5151 branch : ${{ inputs.branch }}
5252 build_type : ${{ inputs.build_type || 'branch' }}
53- container_image : " rapidsai/ci-conda:25.08 -latest"
53+ container_image : " rapidsai/ci-conda:25.12 -latest"
5454 date : ${{ inputs.date }}
5555 node_type : " gpu-l4-latest-1"
5656 script : " ci/build_docs.sh"
5757 sha : ${{ inputs.sha }}
5858 python-build :
5959 needs : [cpp-build]
6060 secrets : inherit
61- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
61+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
6262 with :
6363 build_type : ${{ inputs.build_type || 'branch' }}
6464 branch : ${{ inputs.branch }}
@@ -68,15 +68,15 @@ jobs:
6868 upload-conda :
6969 needs : [cpp-build, python-build]
7070 secrets : inherit
71- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
71+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
7272 with :
7373 build_type : ${{ inputs.build_type || 'branch' }}
7474 branch : ${{ inputs.branch }}
7575 date : ${{ inputs.date }}
7676 sha : ${{ inputs.sha }}
7777 wheel-build :
7878 secrets : inherit
79- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
79+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
8080 with :
8181 build_type : ${{ inputs.build_type || 'branch' }}
8282 branch : ${{ inputs.branch }}
8888 wheel-publish :
8989 needs : wheel-build
9090 secrets : inherit
91- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
91+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
9292 with :
9393 build_type : ${{ inputs.build_type || 'branch' }}
9494 branch : ${{ inputs.branch }}
0 commit comments