Deprecate macos-12 (#23017)

### Description
<!-- Describe your changes. -->



### Motivation and Context
ESRP code-sign task has supported .net 8, so we can remove macos-12
This commit is contained in:
Yi Zhang 2024-12-05 14:07:21 +08:00 committed by GitHub
parent 1c79a4c9dd
commit 6ed77cc374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,9 +68,6 @@ stages:
jobs:
- job: MacOS_C_API_Package_Publish
pool:
${{ if eq(parameters.DoESRP, true)}}:
vmImage: 'macOS-12'
${{ else }}:
vmImage: 'macOS-13'
steps:
- checkout: none