File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ stages:
52
52
jobName : Mac_Build_Test_With_CppRestSDK
53
53
useCppRestSDK : true
54
54
beforeBuild :
55
- # XCode 11 doesn't play nicely with gcc, workaround by using XCode 10. We can try updating to a newer XCode in the future
56
- # Once the problem has been resolved
57
- - script : sudo xcode-select --switch /Applications/Xcode_10.3.app
58
- displayName : xcode-select
59
55
- script : brew install gcc
60
56
displayName : Install gcc
61
57
- bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
@@ -102,10 +98,6 @@ stages:
102
98
jobName : Mac_Build_Test
103
99
useCppRestSDK : false
104
100
beforeBuild :
105
- # XCode 11 doesn't play nicely with gcc, workaround by using XCode 10. We can try updating to a newer XCode in the future
106
- # Once the problem has been resolved
107
- - script : sudo xcode-select --switch /Applications/Xcode_10.3.app
108
- displayName : xcode-select
109
101
- script : brew install gcc
110
102
displayName : Install gcc
111
103
You can’t perform that action at this time.
0 commit comments