mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +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
cab2be3f4b
commit
aa4568a795
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