Skip to content

Commit e1ab4e2

Browse files
committed
use cpu8 GHA runners
1 parent 309c14b commit e1ab4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build_type: ${{ inputs.build_type || 'branch' }}
4040
branch: ${{ inputs.branch }}
4141
date: ${{ inputs.date }}
42-
node_type: cpu16
42+
node_type: cpu8
4343
script: ci/build_cpp.sh
4444
sha: ${{ inputs.sha }}
4545
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
3939
with:
4040
build_type: pull-request
41-
node_type: cpu16
41+
node_type: cpu8
4242
script: ci/build_cpp.sh
4343
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
4444
devcontainer:

0 commit comments

Comments
 (0)