Skip to content

Commit fc0b921

Browse files
authored
Merge pull request #1609 from AzureAD/copilot/update-xcode-version-to-16-2
Update Xcode version to 16.2 in broker_submodule_check.yml
2 parents 9fd9adf + aa021a4 commit fc0b921

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

azure_pipelines/broker_submodule_check.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)