Skip to content
Snippets Groups Projects
Commit ce1920f7 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

xcode: 8.3.1 is latest version.

Our CI images are already updated with it.
parent 4d6e3199
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@ module OS
when "10.9" then "6.2"
when "10.10" then "7.2.1"
when "10.11" then "8.2.1"
when "10.12" then "8.3"
when "10.12" then "8.3.1"
else
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
# Default to newest known version of Xcode for unreleased macOS versions.
"8.3"
"8.3.1"
end
end
......
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