Skip to content

Commit

Permalink
Revert changes to use cpu32 by default. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 3, 2024
1 parent 4384050 commit 91799a9
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: "cpu32"
default: "cpu8"
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: "cpu32"
default: "cpu8"
build_script:
type: string
default: "ci/build_cpp.sh"
Expand Down

0 comments on commit 91799a9

Please sign in to comment.