Skip to content

Commit

Permalink
use mac 12 for esrp code sign (#22134)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
mszhanyi committed Sep 19, 2024
1 parent a9740d6 commit 560778f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 560778f

Please sign in to comment.