Skip to content

Commit e3c8990

Browse files
authored
repair python - conda (#36914)
1 parent 51a22b0 commit e3c8990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/templates/jobs/build-conda-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ jobs:
121121

122122
- script: sudo ls /Applications/
123123
displayName: 'List All apps'
124-
125-
- script: sudo xcode-select --switch /Applications/Xcode_11.7.0.app
126-
displayName: 'Select Xcode 11.7.0'
124+
125+
- script: sudo xcode-select --switch /Applications/Xcode_13.3.1.app
126+
displayName: 'Select Xcode_13.3.1.app'
127127

128128
- bash: |
129129
echo "##vso[task.setvariable variable=CFLAGS;]-mmacosx-version-min=$(MacOSXDeploymentTarget) -I$(OpenSSLDir)/include"

0 commit comments

Comments
 (0)