Skip to content

Commit c2e40c0

Browse files
committed
increase macos file descriptors
1 parent d99c805 commit c2e40c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v4
4747

48+
# Default is too slow, 256
49+
- name: Increase file descriptors limit (macOS only)
50+
if: runner.os == 'macOS'
51+
run: sudo launchctl limit maxfiles 1024 10000
52+
4853
- name: Restore build cache
4954
id: build-cache
5055
uses: actions/cache@v4

0 commit comments

Comments
 (0)