From 93ef21feb268ba26486911d1cc0a4382432d4ab5 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 7 Jan 2020 20:41:34 -0500 Subject: [PATCH] Fix OSX --- ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install.sh b/ci/install.sh index a8e10d0e..719af417 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -12,7 +12,7 @@ main() { sort=gsort # for `sort --sort-version`, from brew's coreutils. fi - # Builds for iOS are done on macOS, but require the specific target to be + # Builds for iOS are done on OSX, but require the specific target to be # installed. case $TARGET in aarch64-apple-ios)