mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
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:
parent
1c79a4c9dd
commit
6ed77cc374
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue