Skip to content

Commit

Permalink
Temporarily use cpu32 by default for accelerating CCCL 2.2.0 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 19, 2023
1 parent c5de907 commit 9ba6afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-in-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
node_type:
type: string
default: "cpu8"
default: "cpu32"
build_command:
type: string
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
node_type:
type: string
default: "cpu8"
default: "cpu32"
build_script:
type: string
default: "ci/build_cpp.sh"
Expand Down

0 comments on commit 9ba6afb

Please sign in to comment.