diff --git a/.github/workflows/ci.cpu.yml b/.github/workflows/ci.cpu.yml index 6c829e094..8bad7f061 100644 --- a/.github/workflows/ci.cpu.yml +++ b/.github/workflows/ci.cpu.yml @@ -28,7 +28,7 @@ jobs: - { name: "CPU (gcc 11, Release, ubuntu 22.04, ASAN)", build: "Release", tag: gcc11-cuda12.4-ubuntu22.04, cxxflags: "-fsanitize=address" } container: options: -u root - image: rapidsai/devcontainers:24.04-cpp-${{matrix.tag}} + image: rapidsai/devcontainers:24.12-cpp-${{matrix.tag}} env: SCCACHE_REGION: "us-east-2" SCCACHE_BUCKET: "rapids-sccache-devs" @@ -109,8 +109,8 @@ jobs: - name: Build and test CPU schedulers (Windows) shell: pwsh run: | - docker pull rapidsai/devcontainers:24.08-cuda12.4-cl14.39-windows2022 - docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:24.08-cuda12.4-cl14.39-windows2022 powershell C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}' + docker pull rapidsai/devcontainers:24.12-cuda12.6-cl14.39-windows2022 + docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:24.12-cuda12.6-cl14.39-windows2022 powershell C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}' ci-cpu-windows: runs-on: windows-latest diff --git a/.github/workflows/ci.gpu.yml b/.github/workflows/ci.gpu.yml index 8efc44aed..b2a7ba6cb 100644 --- a/.github/workflows/ci.gpu.yml +++ b/.github/workflows/ci.gpu.yml @@ -27,7 +27,7 @@ jobs: runs-on: linux-${{ matrix.arch }}-gpu-${{ matrix.gpu }}-${{ matrix.driver }}-1 container: options: -u root - image: rapidsai/devcontainers:24.04-cpp-${{ matrix.tag }}-ubuntu22.04 + image: rapidsai/devcontainers:24.12-cpp-${{ matrix.tag }}-ubuntu22.04 env: SCCACHE_REGION: "us-east-2" SCCACHE_BUCKET: "rapids-sccache-devs"