File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 52
52
EMULATOR_COMMAND : " -avd TestingAVD -noaudio -gpu swiftshader_indirect -camera-back none -no-snapshot -no-window -no-boot-anim -nojni -memory 2048 -timezone 'Europe/London' -cores 2"
53
53
EMULATOR_EXECUTABLE : qemu-system-x86_64-headless
54
54
steps :
55
+ # macOS13 runners are slooooow
56
+ # This is from: https://github.com/actions/runner-images/issues/7971#issuecomment-1824430407
57
+ - name : macOS-13-runner speedup
58
+ run : |
59
+ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.diagnosticd.plist
60
+
55
61
- uses : actions/checkout@v4
56
62
with :
57
63
fetch-depth : 50
Original file line number Diff line number Diff line change 33
33
env :
34
34
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
35
35
steps :
36
+ # macOS13 runners are slooooow
37
+ # This is from: https://github.com/actions/runner-images/issues/7971#issuecomment-1824430407
38
+ - name : macOS-13-runner speedup
39
+ run : |
40
+ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.diagnosticd.plist
41
+
36
42
# Set up tool versions
37
43
- uses : actions/setup-node@v3
38
44
with :
You can’t perform that action at this time.
0 commit comments