From 1e0f5f8bfc2b24adcc882a4957e9394cc1bac761 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Thu, 19 Sep 2024 16:21:42 +0100 Subject: [PATCH] remove 0.71 new arch from ios test matrix react-native-navigation causes the following build error: `'RCTLegacyInteropComponents.h' file not found` --- .buildkite/full/react-native-ios-pipeline.full.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.buildkite/full/react-native-ios-pipeline.full.yml b/.buildkite/full/react-native-ios-pipeline.full.yml index ad00a86fd..329588c60 100644 --- a/.buildkite/full/react-native-ios-pipeline.full.yml +++ b/.buildkite/full/react-native-ios-pipeline.full.yml @@ -167,7 +167,6 @@ steps: - "bundle install" - "node scripts/generate-react-native-fixture.js" matrix: - - "0.71" - "0.72" retry: automatic: @@ -415,5 +414,4 @@ steps: concurrency_group: "bitbar" concurrency_method: eager matrix: - - "0.71" - "0.72" \ No newline at end of file