From 6ed77cc374c04956bc1197d0dc0fe5a2ed9b15b9 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 5 Dec 2024 14:07:21 +0800 Subject: [PATCH] Deprecate macos-12 (#23017) ### Description ### Motivation and Context ESRP code-sign task has supported .net 8, so we can remove macos-12 --- .../azure-pipelines/templates/mac-cpu-packaging-pipeline.yml | 3 --- 1 file changed, 3 deletions(-) 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 080079388a..ab31e592d7 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 @@ -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