Skip to content

Commit

Permalink
Delete the case about runner.os == MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
YangYumings committed Jan 23, 2025
1 parent f5390a1 commit 3e149e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/daily-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ jobs:
if: ${{ runner.os == 'Linux' }}
shell: bash
run: sudo sysctl -w net.core.somaxconn=65535
# - name: Adjust Mac kernel somaxconn
# if: ${{ runner.os == 'macOS' }}
# shell: bash
# run: sudo sysctl -w kern.ipc.somaxconn=65535
- name: IT/UT Test
shell: bash
# we do not compile client-cpp for saving time, it is tested in client.yml
Expand Down

0 comments on commit 3e149e6

Please sign in to comment.