Skip to content

Commit 926c789

Browse files
committed
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.
1 parent b4a4a22 commit 926c789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222
update: true
2323

2424
env:
25-
- MACOSX_DEPLOYMENT_TARGET=10.8
25+
- MACOSX_DEPLOYMENT_TARGET=10.9
2626
VERSIONER_PERL_VERSION=5.18
2727
VERSIONER_PYTHON_VERSION=2.7
2828
vi_cv_path_python=/usr/bin/python

0 commit comments

Comments
 (0)