Skip to content

Commit f475767

Browse files
committed
Rename darwin releases to macos
1 parent a0a77e3 commit f475767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ os() {
2727
if echo "$ldd_output" | grep -iq musl; then
2828
os="alpine"
2929
fi
30+
elif [[ $os == "darwin" ]]; then
31+
os="macos"
3032
fi
3133
echo "$os"
3234
}

0 commit comments

Comments
 (0)