We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a591d9 commit 7b4c67aCopy full SHA for 7b4c67a
1 file changed
.github/workflows/ci.yml
@@ -132,15 +132,6 @@ jobs:
132
- name: Checkout
133
uses: actions/checkout@v4
134
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
142
- run: sudo launchctl limit maxproc 5000 8000
143
144
- name: Use Node.js
145
uses: actions/setup-node@v4
146
with:
0 commit comments