Trace MacOS system information

This commit is contained in:
David Gonzalez Martin 2024-10-06 06:31:52 -06:00 committed by David
parent e75a4a7855
commit 1125bb21c6

@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: System information
run: uname -a
- name: Build and test
run: |
./project.sh test all
@ -24,6 +26,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: System information
run: uname -a
- name: MacOS version
run: sw_vers -productVersion
- name: Install LLVM
run: |
brew list llvm || brew install llvm