diff --git a/ci/build.sh b/ci/build.sh
index 63b1a2590af5e1f1d49c4608019866bf3bb9d40d..80ed7c678d498d8241c0a2840146a8ef2bd0344b 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -137,13 +137,6 @@ x86_64-apple-darwin \
 x86_64-apple-ios \
 "
 
-RUST_LT_1_42_OSX_TARGETS="\
-armv7-apple-ios \
-armv7s-apple-ios \
-i386-apple-ios \
-i686-apple-darwin \
-"
-
 # The targets are listed here alphabetically
 TARGETS=""
 case "${OS}" in
@@ -167,12 +160,6 @@ case "${OS}" in
         ;;
     osx*)
         TARGETS="${RUST_OSX_TARGETS}"
-
-        if [ "${RUST}" != "nightly" ]; then
-            if [ "${RUST}" != "beta" ]; then
-                TARGETS="${TARGETS} ${RUST_LT_1_42_OSX_TARGETS}"
-            fi
-        fi
         ;;
     *)
         ;;