From 560778fd07f46cc3ee25bc557cd162ac9d2e4dde Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 19 Sep 2024 12:06:41 +0800 Subject: [PATCH] use mac 12 for esrp code sign (#22134) ### Description Fix regression caused by #17361 ### Motivation and Context --- .../azure-pipelines/templates/mac-cpu-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packaging-pipeline.yml index 1b10800349..080079388a 100644 --- a/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/templates/mac-cpu-packaging-pipeline.yml @@ -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: