Skip to content

Commit 7b4c67a

Browse files
committed
Undo launchctl limit changes
1 parent 2a591d9 commit 7b4c67a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@ jobs:
132132
- name: Checkout
133133
uses: actions/checkout@v4
134134

135-
# Default is too slow, 256
136-
- name: Increase file descriptors limit (macOS only)
137-
if: runner.os == 'macOS'
138-
run: sudo launchctl limit maxfiles 6000 10000
139-
140-
- name: Increase max user process (macOS only)
141-
if: runner.os == 'macOS'
142-
run: sudo launchctl limit maxproc 5000 8000
143-
144135
- name: Use Node.js
145136
uses: actions/setup-node@v4
146137
with:

0 commit comments

Comments
 (0)