mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
use mac 12 for esrp code sign (#22134)
### Description Fix regression caused by #17361 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
a9740d6f96
commit
560778fd07
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ stages:
|
|||
- job: MacOS_C_API_Package_Publish
|
||||
pool:
|
||||
${{ if eq(parameters.DoESRP, true)}}:
|
||||
vmImage: 'macOS-13'
|
||||
vmImage: 'macOS-12'
|
||||
${{ else }}:
|
||||
vmImage: 'macOS-13'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue