From 9ba6afbcea606676756f7fe89cb7925d3b5d0cec Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 19 Dec 2023 11:14:22 -0600 Subject: [PATCH] Temporarily use cpu32 by default for accelerating CCCL 2.2.0 migration. --- .github/workflows/build-in-devcontainer.yaml | 2 +- .github/workflows/conda-cpp-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-in-devcontainer.yaml b/.github/workflows/build-in-devcontainer.yaml index 526828ce..162f0ae1 100644 --- a/.github/workflows/build-in-devcontainer.yaml +++ b/.github/workflows/build-in-devcontainer.yaml @@ -7,7 +7,7 @@ on: type: string node_type: type: string - default: "cpu8" + default: "cpu32" build_command: type: string required: true diff --git a/.github/workflows/conda-cpp-build.yaml b/.github/workflows/conda-cpp-build.yaml index dd50ac4f..5fddb459 100644 --- a/.github/workflows/conda-cpp-build.yaml +++ b/.github/workflows/conda-cpp-build.yaml @@ -14,7 +14,7 @@ on: type: string node_type: type: string - default: "cpu8" + default: "cpu32" build_script: type: string default: "ci/build_cpp.sh"