From 433dc54f93ab503b5595c2c7c047c8e9b80b62bd Mon Sep 17 00:00:00 2001 From: ptaylor Date: Thu, 8 Jan 2026 09:25:07 -0800 Subject: [PATCH] Update image tag in `ci/cpu.yml` from 25.10 to 26.02 --- .github/workflows/ci.cpu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.cpu.yml b/.github/workflows/ci.cpu.yml index 5266fe8f1..a2e3cecb5 100644 --- a/.github/workflows/ci.cpu.yml +++ b/.github/workflows/ci.cpu.yml @@ -140,8 +140,8 @@ jobs: - name: Build and test CPU schedulers (Windows) shell: pwsh run: | - docker pull rapidsai/devcontainers:25.10-cuda12.9-cl14.43 - 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 }}' ci-cpu-windows: runs-on: windows-latest