File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments