From e6a7b57074669ae50db2228be5f250bf5db6ea7d Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Sat, 17 Aug 2024 10:19:28 +0800 Subject: [PATCH] debug macos ci --- .github/workflows/ci_integration_tests_macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_integration_tests_macos.yaml b/.github/workflows/ci_integration_tests_macos.yaml index af413c252c..c3719dd970 100644 --- a/.github/workflows/ci_integration_tests_macos.yaml +++ b/.github/workflows/ci_integration_tests_macos.yaml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v3 - run: | sysctl hw.memsize - sysctl hw.cpuinfo + sysctl hw.ncpu uname -a if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then devtools/ci/ci_main.sh