diff --git a/ci/lib.sh b/ci/lib.sh index 7c348d6f..3772e139 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -27,6 +27,8 @@ os() { if echo "$ldd_output" | grep -iq musl; then os="alpine" fi + elif [[ $os == "darwin" ]]; then + os="macos" fi echo "$os" }