feat: check build only old arch

This commit is contained in:
bohdanprog
2024-07-26 11:09:40 +02:00
parent 5807f2c1a6
commit 45d6484c6a
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Install Pods
working-directory: ${{ matrix.working-directory }}/macos
run: RCT_NEW_ARCH_ENABLED=${{ inputs.new_arch_enabled }} pod install
run: pod install
- name: Restore build artifacts from cache
uses: actions/cache@v3

View File

@@ -12,7 +12,7 @@ target 'MacOSExample-macOS' do
use_react_native!(
:path => '../node_modules/react-native-macos',
:hermes_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '0',
:hermes_enabled => true,
:fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1',
# Flipper is not compatible w/ macOS
:flipper_configuration => FlipperConfiguration.disabled,