Skip to content

Commit 9de80d1

Browse files
authored
Update to 26.06 (#512)
1 parent 9f54df9 commit 9de80d1

11 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
other-checks:
5151
runs-on: ubuntu-latest
5252
container:
53-
image: rapidsai/ci-conda:26.04-latest # zizmor: ignore[unpinned-images]
53+
image: rapidsai/ci-conda:26.06-latest # zizmor: ignore[unpinned-images]
5454
env:
5555
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
steps:
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
container:
125125
# Must pin to Python <3.13, cmake-format is broken, see https://github.com/python/cpython/issues/140797
126-
image: rapidsai/ci-conda:26.04-cuda13.1.1-ubuntu24.04-py3.12 # zizmor: ignore[unpinned-images]
126+
image: rapidsai/ci-conda:26.06-cuda13.1.1-ubuntu24.04-py3.12 # zizmor: ignore[unpinned-images]
127127
steps:
128128
- name: Checkout code
129129
uses: actions/checkout@v6

.github/workflows/conda-cpp-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
env:
124124
RAPIDS_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
125125
container:
126-
image: rapidsai/ci-conda:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
126+
image: rapidsai/ci-conda:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
127127
env:
128128
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
129129
steps:

.github/workflows/conda-cpp-post-build-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
check-symbols:
5151
runs-on: linux-amd64-cpu4
5252
container:
53-
image: rapidsai/ci-wheel:26.04-latest # zizmor: ignore[unpinned-images]
53+
image: rapidsai/ci-wheel:26.06-latest # zizmor: ignore[unpinned-images]
5454
env:
5555
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
5656
steps:

.github/workflows/conda-cpp-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
RAPIDS_DEPENDENCIES: ${{ matrix.DEPENDENCIES }}
207207
RAPIDS_TESTS_DIR: ${{ github.workspace }}/test-results
208208
container:
209-
image: rapidsai/ci-conda:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
209+
image: rapidsai/ci-conda:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
210210
options: ${{ inputs.container-options }}
211211
env:
212212
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
env:
150150
RAPIDS_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
151151
container:
152-
image: rapidsai/ci-conda:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
152+
image: rapidsai/ci-conda:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
153153
env:
154154
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
155155
steps:

.github/workflows/conda-python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
RAPIDS_DEPENDENCIES: ${{ matrix.DEPENDENCIES }}
211211
RAPIDS_TESTS_DIR: ${{ github.workspace }}/test-results
212212
container:
213-
image: rapidsai/ci-conda:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
213+
image: rapidsai/ci-conda:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
214214
options: ${{ inputs.container-options }}
215215
env:
216216
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}

.github/workflows/conda-upload-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
upload:
6060
runs-on: linux-amd64-cpu4
6161
container:
62-
image: rapidsai/ci-conda:26.04-latest # zizmor: ignore[unpinned-images]
62+
image: rapidsai/ci-conda:26.06-latest # zizmor: ignore[unpinned-images]
6363
env:
6464
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
6565
steps:

.github/workflows/custom-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
container_image:
3535
description: "Container image URI"
3636
type: string
37-
default: "rapidsai/ci-conda:26.04-latest"
37+
default: "rapidsai/ci-conda:26.06-latest"
3838
container-options:
3939
description: |
4040
Command-line arguments passed to 'docker run' when starting the container this workflow runs in.

.github/workflows/wheels-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
env:
176176
RAPIDS_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
177177
container:
178-
image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
178+
image: "rapidsai/ci-wheel:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
179179
env:
180180
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
181181

.github/workflows/wheels-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
container:
7373
# CUDA toolkit version of the container is irrelevant in the publish step.
7474
# This just uploads already-built wheels to remote storage.
75-
image: "rapidsai/ci-wheel:26.04-latest" # zizmor: ignore[unpinned-images]
75+
image: "rapidsai/ci-wheel:26.06-latest" # zizmor: ignore[unpinned-images]
7676
env:
7777
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
7878
steps:

0 commit comments

Comments
 (0)