@@ -56,7 +56,7 @@ concurrency:
5656jobs :
5757 cpp-build :
5858 secrets : inherit
59- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
59+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
6060 with :
6161 build_type : ${{ inputs.build_type || 'branch' }}
6262 branch : ${{ inputs.branch }}
6666 python-build :
6767 needs : [cpp-build]
6868 secrets : inherit
69- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
69+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
7070 with :
7171 build_type : ${{ inputs.build_type || 'branch' }}
7272 branch : ${{ inputs.branch }}
@@ -76,15 +76,15 @@ jobs:
7676 upload-conda :
7777 needs : [cpp-build, python-build]
7878 secrets : inherit
79- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
79+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
8080 with :
8181 build_type : ${{ inputs.build_type || 'branch' }}
8282 branch : ${{ inputs.branch }}
8383 date : ${{ inputs.date }}
8484 sha : ${{ inputs.sha }}
8585 wheel-build-cuopt-mps-parser :
8686 secrets : inherit
87- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
87+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
8888 with :
8989 build_type : ${{ inputs.build_type || 'branch' }}
9090 branch : ${{ inputs.branch }}
9999 wheel-publish-cuopt-mps-parser :
100100 needs : wheel-build-cuopt-mps-parser
101101 secrets : inherit
102- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
102+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
103103 with :
104104 build_type : ${{ inputs.build_type || 'branch' }}
105105 branch : ${{ inputs.branch }}
@@ -110,7 +110,7 @@ jobs:
110110 wheel-build-libcuopt :
111111 needs : wheel-build-cuopt-mps-parser
112112 secrets : inherit
113- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
113+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
114114 with :
115115 build_type : ${{ inputs.build_type || 'branch' }}
116116 branch : ${{ inputs.branch }}
@@ -123,7 +123,7 @@ jobs:
123123 wheel-publish-libcuopt :
124124 needs : wheel-build-libcuopt
125125 secrets : inherit
126- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
126+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
127127 with :
128128 build_type : ${{ inputs.build_type || 'branch' }}
129129 branch : ${{ inputs.branch }}
@@ -134,7 +134,7 @@ jobs:
134134 wheel-build-cuopt :
135135 needs : [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
136136 secrets : inherit
137- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
137+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
138138 with :
139139 build_type : ${{ inputs.build_type || 'branch' }}
140140 branch : ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146 wheel-publish-cuopt :
147147 needs : wheel-build-cuopt
148148 secrets : inherit
149- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
149+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
150150 with :
151151 build_type : ${{ inputs.build_type || 'branch' }}
152152 branch : ${{ inputs.branch }}
@@ -156,7 +156,7 @@ jobs:
156156 package-type : python
157157 wheel-build-cuopt-server :
158158 secrets : inherit
159- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
159+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
160160 with :
161161 build_type : ${{ inputs.build_type || 'branch' }}
162162 branch : ${{ inputs.branch }}
@@ -171,7 +171,7 @@ jobs:
171171 wheel-publish-cuopt-server :
172172 needs : wheel-build-cuopt-server
173173 secrets : inherit
174- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
174+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
175175 with :
176176 build_type : ${{ inputs.build_type || 'branch' }}
177177 branch : ${{ inputs.branch }}
@@ -182,7 +182,7 @@ jobs:
182182 docs-build :
183183 needs : [python-build]
184184 secrets : inherit
185- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
185+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
186186 with :
187187 build_type : ${{ inputs.build_type || 'branch' }}
188188 node_type : " gpu-l4-latest-1"
@@ -192,11 +192,11 @@ jobs:
192192 arch : " amd64"
193193 file_to_upload : " docs/cuopt/build/html/"
194194 artifact-name : " cuopt_docs"
195- container_image : " rapidsai/ci-conda:25.10 -latest"
195+ container_image : " rapidsai/ci-conda:25.12 -latest"
196196 script : " ci/build_docs.sh"
197197 wheel-build-cuopt-sh-client :
198198 secrets : inherit
199- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
199+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
200200 with :
201201 build_type : ${{ inputs.build_type || 'branch' }}
202202 branch : ${{ inputs.branch }}
@@ -212,7 +212,7 @@ jobs:
212212 wheel-publish-cuopt-sh-client :
213213 needs : wheel-build-cuopt-sh-client
214214 secrets : inherit
215- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
215+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
216216 with :
217217 build_type : ${{ inputs.build_type || 'branch' }}
218218 branch : ${{ inputs.branch }}
0 commit comments