We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci/cpu.yml
1 parent 71d22ca commit 433dc54Copy full SHA for 433dc54
1 file changed
.github/workflows/ci.cpu.yml
@@ -140,8 +140,8 @@ jobs:
140
- name: Build and test CPU schedulers (Windows)
141
shell: pwsh
142
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 }}'
+ docker pull rapidsai/devcontainers:26.02-cuda12.9-cl14.43
+ 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 }}'
145
146
ci-cpu-windows:
147
runs-on: windows-latest
0 commit comments