diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml index 1b5bedb800..bdbd2ffe00 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml @@ -55,7 +55,13 @@ extends: parameters: # Update the pool with your team's 1ES hosted pool. pool: - vmImage: "macOS-13" + name: "Azure Pipelines" + image: "macOS-13" + os: macOS + sdl: + sourceAnalysisPool: + name: onnxruntime-Win-CPU-2022 + os: windows stages: - stage: IosPackaging_SetCommonVariables dependsOn: []