Skip to content

Commit

Permalink
[PERF][MAUI] Update Maui build mac version (#76945)
Browse files Browse the repository at this point in the history
* Update vmimage to macos-12
  • Loading branch information
LoopedBard3 committed Oct 13, 2022
1 parent 7c4bd4f commit b8cab1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
nameSuffix: MACiOSAndroidMauiNet7
isOfficialBuild: false
pool:
vmImage: 'macos-11'
vmImage: 'macos-12'
extraStepsTemplate: /eng/pipelines/coreclr/templates/build-perf-maui-apps-net7.yml
extraStepsParameters:
rootFolder: '$(Build.SourcesDirectory)/artifacts/'
Expand All @@ -440,7 +440,7 @@ jobs:
nameSuffix: MACiOSAndroidMauiNet6
isOfficialBuild: false
pool:
vmImage: 'macos-11'
vmImage: 'macos-12'
extraStepsTemplate: /eng/pipelines/coreclr/templates/build-perf-maui-apps-net6.yml
extraStepsParameters:
rootFolder: '$(Build.SourcesDirectory)/artifacts/'
Expand Down

0 comments on commit b8cab1c

Please sign in to comment.