We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a22b0 commit e3c8990Copy full SHA for e3c8990
eng/pipelines/templates/jobs/build-conda-dependencies.yml
@@ -121,9 +121,9 @@ jobs:
121
122
- script: sudo ls /Applications/
123
displayName: 'List All apps'
124
-
125
- - script: sudo xcode-select --switch /Applications/Xcode_11.7.0.app
126
- displayName: 'Select Xcode 11.7.0'
+
+ - script: sudo xcode-select --switch /Applications/Xcode_13.3.1.app
+ displayName: 'Select Xcode_13.3.1.app'
127
128
- bash: |
129
echo "##vso[task.setvariable variable=CFLAGS;]-mmacosx-version-min=$(MacOSXDeploymentTarget) -I$(OpenSSLDir)/include"
0 commit comments