Skip to content

Commit

Permalink
Try basic output of system_profiler in setup mac ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Sep 6, 2023
1 parent 7fb7711 commit 9718625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: Setup (macOS)
shell: bash
run: |
system_profiler | grep Processor
system_profiler -detailLevel basic | grep Processor
brew install fish
if: runner.os == 'macOS'

Expand Down

0 comments on commit 9718625

Please sign in to comment.