Skip to content

Commit

Permalink
Change macOS Azure CI images to XCode 13 on macOS 12 and XCode 11 on …
Browse files Browse the repository at this point in the history
…macOS 11 (#2421)
  • Loading branch information
nightlark committed Sep 1, 2022
1 parent 47c2bb1 commit e8e64c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
matrix:
XCode-latest:
test_config: 'ci'
vmImage: 'macOS-latest'
vmImage: 'macOS-12'
XCode-oldest:
test_config: 'ci'
vmImage: 'macOS-10.15'
xcode_path: '/Applications/Xcode_10.3.app'
vmImage: 'macOS-11'
xcode_path: '/Applications/Xcode_11.7.app'
pool:
vmImage: $[ variables['vmImage'] ]
timeoutInMinutes: 90
Expand Down

0 comments on commit e8e64c6

Please sign in to comment.