diff --git a/.github/workflows/macos-linux-namespace.yml b/.github/workflows/macos-linux-namespace.yml index 304d7bd057..9c6a3d0e95 100644 --- a/.github/workflows/macos-linux-namespace.yml +++ b/.github/workflows/macos-linux-namespace.yml @@ -24,14 +24,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Print system information - run: | - sysctl -a | grep machdep.cpu - sysctl -a | grep logical - - - name: Print OS information - run: system_profiler SPSoftwareDataType - - name: Install dependencies on macos-latest if: matrix.os == 'macos-latest' run: |