Skip to content

Commit

Permalink
Replace MacOS-11 to MacOS-12 builders in Azure Pipelines to keep back…
Browse files Browse the repository at this point in the history
…ward compatibility
  • Loading branch information
egorodet committed Jul 18, 2022
1 parent a247564 commit c532754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- job: MacOS_MTL_Release

pool:
vmImage: 'macos-12'
vmImage: 'macos-11'

variables:
cmake.ConfigurePreset: 'Xcode-Mac-MTL-Default'
Expand All @@ -210,7 +210,7 @@ jobs:
- job: MacOS_MTL_Profiling

pool:
vmImage: 'macos-12'
vmImage: 'macos-11'

variables:
cmake.ConfigurePreset: 'Xcode-Mac-MTL-Profile'
Expand All @@ -227,7 +227,7 @@ jobs:
continueOnError: true

pool:
vmImage: 'macos-12'
vmImage: 'macos-11'

variables:
cmake.ConfigurePreset: 'Xcode-Mac-MTL-Scan'
Expand Down

0 comments on commit c532754

Please sign in to comment.