Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c060c5

Browse files
committedJul 15, 2024·
Update to macOS-14 agents and Xcode 15.4
1 parent 216b212 commit 3c060c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎azure_pipelines/verify_msalcpp_per_pr_ios.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pr:
1010
- '*'
1111

1212
pool:
13-
vmImage: 'macOS-13'
13+
vmImage: 'macOS-14'
1414

1515
resources:
1616
repositories:
@@ -48,12 +48,12 @@ jobs:
4848
arguments: '--skip-checkout --msal-common-repo $(Agent.BuildDirectory)/CommonCore --remote-ref $(commit_number)'
4949

5050
- task: UsePythonVersion@0
51-
displayName: 'Switch to use Xcode 15.2'
51+
displayName: 'Switch to use Xcode 15.4'
5252
- script: |
53-
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.2.app"
53+
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
5454
5555
- template: azure_pipelines/templates/ios-setup.yml@microsoft-authentication-library-for-cpp
56-
56+
5757
- task: PythonScript@0
5858
name: Build
5959
displayName: 'Build x64 Debug iOS'

‎azure_pipelines/verify_msalcpp_per_pr_mac.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
arguments: '--skip-checkout --msal-common-repo $(Agent.BuildDirectory)/CommonCore --remote-ref $(commit_number)'
5050

5151
- task: UsePythonVersion@0
52-
displayName: 'Switch to use Xcode 15.3'
52+
displayName: 'Switch to use Xcode 15.4'
5353
- script: |
54-
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.3.app"
54+
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
5555
5656
- template: azure_pipelines/templates/macos-setup.yml@microsoft-authentication-library-for-cpp
5757

0 commit comments

Comments
 (0)
Please sign in to comment.