Skip to content

Commit 751334a

Browse files
authored
Merge pull request #3076 from DomT4/high_sierra_b7
mac/xcode: update expected Clang on 10.13
2 parents 0edca0d + beb411f commit 751334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/os/mac/xcode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def latest_version
216216
# on the older supported platform for that Xcode release, i.e there's no
217217
# CLT package for 10.11 that contains the Clang version from Xcode 8.
218218
case MacOS.version
219-
when "10.13" then "900.0.34.1"
219+
when "10.13" then "900.0.35"
220220
when "10.12" then "802.0.42"
221221
when "10.11" then "800.0.42.1"
222222
when "10.10" then "700.1.81"

0 commit comments

Comments
 (0)