Skip to content

Commit 8647489

Browse files
committed
update windows image tag
1 parent cf8f52d commit 8647489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: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 }}'
143+
docker pull rapidsai/devcontainers:26.02-cuda12.9-cl14.44
144+
docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:26.02-cuda12.9-cl14.44 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)