Skip to content

Commit 433dc54

Browse files
committed
Update image tag in ci/cpu.yml from 25.10 to 26.02
1 parent 71d22ca commit 433dc54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
- name: Build and test CPU schedulers (Windows)
141141
shell: pwsh
142142
run: |
143-
docker pull rapidsai/devcontainers:25.10-cuda12.9-cl14.43
144-
docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:25.10-cuda12.9-cl14.43 powershell C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}'
143+
docker pull rapidsai/devcontainers:26.02-cuda12.9-cl14.43
144+
docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:26.02-cuda12.9-cl14.43 powershell C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}'
145145
146146
ci-cpu-windows:
147147
runs-on: windows-latest

0 commit comments

Comments
 (0)