From 0e3889c91111e05781e71160b8e5f063429f7520 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Thu, 31 Oct 2024 14:41:43 +0000 Subject: [PATCH] switch back to xocde 14 for rn 66 and 69 --- .buildkite/full/react-native-ios-pipeline.full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/full/react-native-ios-pipeline.full.yml b/.buildkite/full/react-native-ios-pipeline.full.yml index 9a0d4a178..bcfe78002 100644 --- a/.buildkite/full/react-native-ios-pipeline.full.yml +++ b/.buildkite/full/react-native-ios-pipeline.full.yml @@ -14,7 +14,7 @@ steps: env: REACT_NATIVE_VERSION: rn0.66 LANG: "en_US.UTF-8" - XCODE_VERSION: 13.4.1 + XCODE_VERSION: "14.1.0" artifact_paths: build/rn0.66.ipa commands: - npm run test:build-react-native-ios @@ -65,7 +65,7 @@ steps: env: REACT_NATIVE_VERSION: rn0.69 LANG: "en_US.UTF-8" - XCODE_VERSION: 13.4.1 + XCODE_VERSION: "14.1.0" artifact_paths: build/rn0.69.ipa commands: - npm run test:build-react-native-ios