You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: separate Darwin build with CGO_ENABLED=1 on macOS runner
- Linux/Windows/FreeBSD: CGO_ENABLED=0 on ubuntu-latest
- Darwin (macOS): CGO_ENABLED=1 on macos-latest (requires libpcap)
- This matches the official NTrace-core build strategy