Skip to content

Commit 1f23e0f

Browse files
antonisclaude
andcommitted
fix(ci): Remove legacy arch from sample app CI matrix
RN 0.84 and Reanimated 4 require the New Architecture. Legacy arch builds fail with: "Reanimated requires the New Architecture to be enabled". Also remove dynamic-frameworks variant since it was previously excluded for new arch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 64f0b09 commit 1f23e0f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/sample-application.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
rn-architecture: ['legacy', 'new']
61-
ios-use-frameworks: ['no-frameworks', 'dynamic-frameworks']
60+
rn-architecture: ['new']
61+
ios-use-frameworks: ['no-frameworks']
6262
build-type: ['dev', 'production']
63-
exclude:
64-
- rn-architecture: 'new'
65-
ios-use-frameworks: 'dynamic-frameworks'
6663
steps:
6764
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6865

@@ -152,7 +149,7 @@ jobs:
152149
strategy:
153150
fail-fast: false
154151
matrix:
155-
rn-architecture: ['legacy', 'new']
152+
rn-architecture: ['new']
156153
build-type: ['dev', 'production']
157154
steps:
158155
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)