Skip to content

Commit 43fdea1

Browse files
committed
project_precommit_check: Adjust Xcode version and target string for 5.3
1 parent 613e3f2 commit 43fdea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_precommit_check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ supported_configs = {
104104
'5.3': {
105105
'version': 'Apple Swift version 5.3.2 '
106106
'(swiftlang-1200.0.45 clang-1200.0.32.28)\n'
107-
'Target: x86_64-apple-darwin18.2.0\n',
108-
'description': 'Xcode 12.5 (contains Swift 5.3.3)',
107+
'Target: x86_64-apple-darwin20.3.0\n',
108+
'description': 'Xcode 12.4 (contains Swift 5.3.2)',
109109
'branch': 'swift-5.3-branch'
110110
}
111111
},

0 commit comments

Comments
 (0)