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 78ea25b commit ba7f866Copy full SHA for ba7f866
azure_pipelines/pr-validation.yml
@@ -199,7 +199,7 @@ jobs:
199
- job: 'Validate_SPM_Integration'
200
displayName: Validate SPM Integration
201
pool:
202
- vmImage: 'macOS-13'
+ vmImage: 'macOS-14'
203
timeOutInMinutes: 15
204
workspace:
205
clean: all
@@ -214,8 +214,8 @@ jobs:
214
path: s
215
216
- script: |
217
- /bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.3.app"
218
- displayName: 'Switch to use Xcode 14.3'
+ /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
+ displayName: 'Switch to use Xcode 15.4'
219
220
- task: Bash@3
221
displayName: Set variable BRANCH_NAME to a temporary branch
0 commit comments