diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 9993ff68d1..b298d35170 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -14,7 +14,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then else free -m -h echo "Number of CPUs (nproc): $(nproc)" - lscpu | grep Endian + lscpu fi echo "Free disk space:" df -h