4646 cpp-build :
4747 needs : [telemetry-setup]
4848 secrets : inherit
49- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
49+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
5050 with :
5151 build_type : ${{ inputs.build_type || 'branch' }}
5252 branch : ${{ inputs.branch }}
5757 python-build :
5858 needs : [telemetry-setup, cpp-build]
5959 secrets : inherit
60- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
60+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
6161 with :
6262 build_type : ${{ inputs.build_type || 'branch' }}
6363 branch : ${{ inputs.branch }}
6767 upload-conda :
6868 needs : [cpp-build, python-build]
6969 secrets : inherit
70- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
70+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
7171 with :
7272 build_type : ${{ inputs.build_type || 'branch' }}
7373 branch : ${{ inputs.branch }}
@@ -77,20 +77,20 @@ jobs:
7777 if : github.ref_type == 'branch'
7878 needs : python-build
7979 secrets : inherit
80- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
80+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
8181 with :
8282 arch : " amd64"
8383 branch : ${{ inputs.branch }}
8484 build_type : ${{ inputs.build_type || 'branch' }}
85- container_image : " rapidsai/ci-conda:25.10 -latest"
85+ container_image : " rapidsai/ci-conda:25.12 -latest"
8686 date : ${{ inputs.date }}
8787 node_type : " gpu-l4-latest-1"
8888 script : " ci/build_docs.sh"
8989 sha : ${{ inputs.sha }}
9090 wheel-build-libcudf :
9191 needs : [telemetry-setup]
9292 secrets : inherit
93- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
93+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
9494 with :
9595 # build for every combination of arch and CUDA version, but only for the latest Python
9696 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -105,7 +105,7 @@ jobs:
105105 wheel-publish-libcudf :
106106 needs : wheel-build-libcudf
107107 secrets : inherit
108- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
108+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
109109 with :
110110 build_type : ${{ inputs.build_type || 'branch' }}
111111 branch : ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116 wheel-build-pylibcudf :
117117 needs : [telemetry-setup, wheel-build-libcudf]
118118 secrets : inherit
119- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
119+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
120120 with :
121121 build_type : ${{ inputs.build_type || 'branch' }}
122122 branch : ${{ inputs.branch }}
@@ -128,7 +128,7 @@ jobs:
128128 wheel-publish-pylibcudf :
129129 needs : wheel-build-pylibcudf
130130 secrets : inherit
131- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
131+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
132132 with :
133133 build_type : ${{ inputs.build_type || 'branch' }}
134134 branch : ${{ inputs.branch }}
@@ -139,7 +139,7 @@ jobs:
139139 wheel-build-cudf :
140140 needs : [telemetry-setup, wheel-build-pylibcudf]
141141 secrets : inherit
142- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
142+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
143143 with :
144144 build_type : ${{ inputs.build_type || 'branch' }}
145145 branch : ${{ inputs.branch }}
@@ -151,7 +151,7 @@ jobs:
151151 wheel-publish-cudf :
152152 needs : wheel-build-cudf
153153 secrets : inherit
154- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
154+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
155155 with :
156156 build_type : ${{ inputs.build_type || 'branch' }}
157157 branch : ${{ inputs.branch }}
@@ -162,7 +162,7 @@ jobs:
162162 wheel-build-dask-cudf :
163163 needs : [telemetry-setup, wheel-build-cudf]
164164 secrets : inherit
165- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
165+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
166166 with :
167167 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
168168 matrix_filter : map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -177,7 +177,7 @@ jobs:
177177 wheel-publish-dask-cudf :
178178 needs : wheel-build-dask-cudf
179179 secrets : inherit
180- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
180+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
181181 with :
182182 build_type : ${{ inputs.build_type || 'branch' }}
183183 branch : ${{ inputs.branch }}
@@ -188,7 +188,7 @@ jobs:
188188 wheel-build-cudf-polars :
189189 needs : [telemetry-setup, wheel-build-pylibcudf]
190190 secrets : inherit
191- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
191+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
192192 with :
193193 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
194194 matrix_filter : map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -203,7 +203,7 @@ jobs:
203203 wheel-publish-cudf-polars :
204204 needs : wheel-build-cudf-polars
205205 secrets : inherit
206- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
206+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
207207 with :
208208 build_type : ${{ inputs.build_type || 'branch' }}
209209 branch : ${{ inputs.branch }}
0 commit comments