summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/build.sh4
-rw-r--r--ci/semver.sh2
2 files changed, 3 insertions, 3 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
diff --git a/ci/semver.sh b/ci/semver.sh
index 392f5206dd..a8b0b3c5ca 100644
--- a/ci/semver.sh
+++ b/ci/semver.sh
@@ -53,7 +53,7 @@ x86_64-fortanix-unknown-sgx \
wasm32-unknown-unknown \
"
;;
- *osx*)
+ *macos*)
TARGETS="\
aarch64-apple-ios \
x86_64-apple-darwin \