Skip to content
Snippets Groups Projects
Commit f580e927 authored by Jack Nagel's avatar Jack Nagel
Browse files

Revert "Make sure 10.9 users upgrade XQuartz"

This causes CI builds on 10.9 to fail; will repush once it is updated.

This reverts commit 70c5ce09d995426aefdbfd4aba0b06efe100a433.
parent 82d6e2cf
No related branches found
No related tags found
No related merge requests found
......@@ -39,14 +39,8 @@ module OS
end
end
# http://xquartz.macosforge.org/trac/wiki
# http://xquartz.macosforge.org/trac/wiki/Releases
def latest_version
case MacOS.version
when "10.5" then "2.6.3"
when "10.9" then "2.7.5_rc4"
else "2.7.4"
end
"2.7.4"
end
def bundle_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment