summaryrefslogtreecommitdiff
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rw-r--r--ci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index eb8fb360d6..9decfb75cf 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -180,7 +180,7 @@ case "${OS}" in
fi
;;
- osx*)
+ macos*)
TARGETS="${RUST_OSX_TARGETS}"
;;
*)
@@ -269,7 +269,7 @@ i386-apple-ios \
i686-apple-darwin \
"
-if [ "${RUST}" = "nightly" ] && [ "${OS}" = "osx" ]; then
+if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
for TARGET in $RUST_OSX_NO_CORE_TARGETS; do
if echo "$TARGET" | grep -q "$FILTER"; then
test_target build "$TARGET" 1