Skip to content

Commit a0ed9ab

Browse files
committed
[DO NOT MERGE] Turn off macOS PerfPowerServices/mds
1 parent 942c586 commit a0ed9ab

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@ jobs:
229229
if: runner.os == 'macOS'
230230
run: csrutil status
231231

232+
# XXX: try to see if
233+
# <https://github.com/actions/runner-images/issues/13096> hacks do
234+
# anything.
235+
- name:
236+
if: runner.os == 'macOS'
237+
run: |
238+
sudo launchctl bootout system/com.apple.PerfPowerServices || true
239+
sudo launchctl bootout system/com.apple.metadata.mds || true
240+
232241
- name: run the build
233242
run: |
234243
set +e

0 commit comments

Comments
 (0)