diff --git a/.github/workflows/clp-core-build-macos.yaml b/.github/workflows/clp-core-build-macos.yaml index 005f1c23c9..f098c20b4f 100644 --- a/.github/workflows/clp-core-build-macos.yaml +++ b/.github/workflows/clp-core-build-macos.yaml @@ -107,8 +107,9 @@ jobs: # - run: >- # task lint:check-cpp-${{(github.event_name == 'schedule') && 'full' || 'diff'}} - run: >- - CLP_CPP_MAX_PARALLELISM_PER_BUILD_TASK=$(getconf _NPROCESSORS_ONLN) - task lint:check-cpp-full + task + --concurrency "$(getconf _NPROCESSORS_ONLN)" + lint:check-cpp-full shell: "bash" # Cache the source file checksums and the generated files (logs) for the