Skip to content

Commit 012dc39

Browse files
Fixup Mac builds (#46)
1 parent d842db7 commit 012dc39

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)