We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PerfPowerServices
mds
1 parent 942c586 commit a0ed9abCopy full SHA for a0ed9ab
1 file changed
.github/workflows/ci.yml
@@ -229,6 +229,15 @@ jobs:
229
if: runner.os == 'macOS'
230
run: csrutil status
231
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
+
241
- name: run the build
242
run: |
243
set +e
0 commit comments