diff --git a/.github/workflows/presto-test.yml b/.github/workflows/presto-test.yml index 0e41b999..44e72bab 100644 --- a/.github/workflows/presto-test.yml +++ b/.github/workflows/presto-test.yml @@ -63,7 +63,7 @@ jobs: uses: ./.github/workflows/presto-test-composite.yml with: presto_worker_type: 'java' - node_label: 'linux-amd64-cpu4' + node_label: 'linux-amd64-cpu8' presto_repository: ${{ inputs.presto_repository }} presto_commit: ${{ inputs.presto_commit }} velox_repository: ${{ inputs.velox_repository }}