Skip to content

Commit ba7f866

Browse files
committed
Test with newer Xcode & macOS version
1 parent 78ea25b commit ba7f866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- job: 'Validate_SPM_Integration'
200200
displayName: Validate SPM Integration
201201
pool:
202-
vmImage: 'macOS-13'
202+
vmImage: 'macOS-14'
203203
timeOutInMinutes: 15
204204
workspace:
205205
clean: all
@@ -214,8 +214,8 @@ jobs:
214214
path: s
215215

216216
- script: |
217-
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.3.app"
218-
displayName: 'Switch to use Xcode 14.3'
217+
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
218+
displayName: 'Switch to use Xcode 15.4'
219219
220220
- task: Bash@3
221221
displayName: Set variable BRANCH_NAME to a temporary branch

0 commit comments

Comments
 (0)