File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
tools/ci_build/github/azure-pipelines/templates Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,9 @@ stages:
8080
8181 steps :
8282 - template : use-xcode-version.yml
83- - task : UsePythonVersion@0
84- displayName : Use python 3.12
85- inputs :
86- versionSpec : " 3.12"
87- addToPath : true
88- architecture : " x64"
83+ - template : setup-build-tools.yml
84+ parameters :
85+ host_cpu_arch : x64 # All ADO agents are currently x64
8986
9087 - script : |
9188 pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
@@ -113,10 +110,7 @@ stages:
113110 CCACHE_DEPEND: 1
114111 CCACHE_SLOPPINESS: modules
115112 CCACHE_DIR: $(ORT_CACHE_DIR)
116- # Test the iOS package
117- - task : NodeTool@0
118- inputs :
119- versionSpec : ' 22.x'
113+
120114 - script :
121115 brew install coreutils ninja npm
122116 displayName : Install coreutils, ninja, npm
You can’t perform that action at this time.
0 commit comments