File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 build-rntester :
8- name : " ${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.engine }} "
8+ name : " ${{ matrix.platform }}, ${{ matrix.arch }}"
99 runs-on : macos-26
1010 timeout-minutes : 90
1111 strategy :
1212 fail-fast : false
1313 matrix :
1414 platform : [macos, ios, visionos]
1515 arch : [oldarch, newarch]
16- engine : [jsc, hermes]
1716 include :
1817 # Platform-specific properties
1918 - platform : macos
3332 new_arch_enabled : ' 0'
3433 - arch : newarch
3534 new_arch_enabled : ' 1'
36- - engine : jsc
37- use_hermes : ' 0'
38- - engine : hermes
39- use_hermes : ' 1'
4035
4136 steps :
4237 - uses : actions/checkout@v4
5853 working-directory : packages/rn-tester
5954 env :
6055 RCT_NEW_ARCH_ENABLED : ${{ matrix.new_arch_enabled }}
61- USE_HERMES : ${{ matrix.use_hermes }}
6256 run : |
6357 set -eox pipefail
6458 bundle install
You can’t perform that action at this time.
0 commit comments