File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 4343 target : " vision_library"
4444 displayName : Validate Pull Request
4545 pool :
46- vmImage : ' macOS-14 '
46+ vmImage : ' macOS-15 '
4747 timeOutInMinutes : 30
4848
4949 steps :
@@ -139,11 +139,11 @@ jobs:
139139 - task : UsePythonVersion@0
140140 displayName : ' Use Python 3.x'
141141
142- - task : Bash@3
143- displayName : ' Select Xcode version'
144- inputs :
145- targetType : ' inline'
146- script : ' /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4 .app"'
142+ # - task: Bash@3
143+ # displayName: 'Select Xcode version'
144+ # inputs:
145+ # targetType: 'inline'
146+ # script: '/bin/bash -c "sudo xcode-select -s /Applications/Xcode_16.2 .app"'
147147
148148# The following is needed to install the visionOS SDK on macos-14 vm image which
149149# doesn't have visionOS installed by default.
@@ -155,7 +155,6 @@ jobs:
155155 script : |
156156 if [ $(target) == 'vision_library' ]; then
157157 echo "Downloading simulator for visionOS"
158- sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
159158 defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
160159 defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
161160 xcodebuild -downloadPlatform visionOS
You can’t perform that action at this time.
0 commit comments