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:
5252 jobName : Mac_Build_Test_With_CppRestSDK
5353 useCppRestSDK : true
5454 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
5955 - script : brew install gcc
6056 displayName : Install gcc
6157 - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
@@ -102,10 +98,6 @@ stages:
10298 jobName : Mac_Build_Test
10399 useCppRestSDK : false
104100 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
109101 - script : brew install gcc
110102 displayName : Install gcc
111103
You can’t perform that action at this time.
0 commit comments