Skip to content

Commit

Permalink
Print SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ligaz authored Aug 12, 2024
1 parent 9b5dda2 commit afcaf06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
xcode:
Expand All @@ -16,6 +16,10 @@ jobs:
run: uname -a
- name: sysctl -a | grep cpu
run: sysctl -a | grep cpu
- name: macOS Info
run: sw_vers
- name: Check SIP
run: csrutil status
- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
- name: bundle install
Expand Down

0 comments on commit afcaf06

Please sign in to comment.