From 926c789fde1af828845a587d8f3673699f2c8299 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Mon, 21 Oct 2019 05:42:43 -0700 Subject: [PATCH] Update binary release to target 10.9 (used to be 10.8) This is mostly to satisfy Apple's notarization requirements as 10.9 is the minium. Given how currently macOS is at 10.14, there should have been ample time for people to have upgraded. People can still manually build MacVim for 10.8 if they so wish. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4354ee3f22..018c7395af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: update: true env: - - MACOSX_DEPLOYMENT_TARGET=10.8 + - MACOSX_DEPLOYMENT_TARGET=10.9 VERSIONER_PERL_VERSION=5.18 VERSIONER_PYTHON_VERSION=2.7 vi_cv_path_python=/usr/bin/python