Skip to content

Commit d1cfdf0

Browse files
authored
Pin CMake version in ReactNative_CI_iOS job (microsoft#26086)
1 parent 9c85c39 commit d1cfdf0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)