Skip to content

Commit

Permalink
Deprecate macos-12 (microsoft#23017)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
ESRP code-sign task has supported .net 8, so we can remove macos-12
  • Loading branch information
mszhanyi authored and ankitm3k committed Dec 11, 2024
1 parent f891b75 commit 84b0708
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84b0708

Please sign in to comment.