diff --git a/.github/workflows/build-in-devcontainer.yaml b/.github/workflows/build-in-devcontainer.yaml index 162f0ae1..526828ce 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: "cpu32" + default: "cpu8" build_command: type: string required: true diff --git a/.github/workflows/conda-cpp-build.yaml b/.github/workflows/conda-cpp-build.yaml index 5fddb459..dd50ac4f 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: "cpu32" + default: "cpu8" build_script: type: string default: "ci/build_cpp.sh"