Skip to content

Commit 776020f

Browse files
authored
Switch CI to 25.04 (#124)
Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
1 parent d94f51b commit 776020f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
needs:
1414
- python-gpu-tests
1515
secrets: inherit
16-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
16+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
1717

1818
python-gpu-tests:
1919
secrets: inherit
20-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
20+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
2121
with:
2222
build_type: pull-request
2323
node_type: "gpu-v100-latest-1"
2424
arch: "amd64"
25-
container_image: "rapidsai/base:25.02-cuda12.8-py3.11"
25+
container_image: "rapidsai/base:25.04-cuda12.8-py3.11"
2626
run_script: "ci/test_gpu.sh"
2727

2828
# benchmark:

0 commit comments

Comments
 (0)