File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 build :
17- runs-on : ubuntu-20.04
17+ runs-on : ubuntu-latest
1818 strategy :
1919 fail-fast : false
2020 matrix :
2121 include :
22- - version : ' 0.71 .x'
23- folder : ' rn71 '
22+ - version : ' 0.75 .x'
23+ folder : ' rn75 '
2424
2525 steps :
2626 - uses : actions/checkout@v2
4343 env :
4444 RN_VERSION : ${{ matrix.version }}
4545 RN_FOLDER : ${{ matrix.folder }}
46- ANDROID_NDK_HOME : /usr/local/lib/android/sdk/ndk/21.4.7075529
46+ ANDROID_NDK_HOME : /usr/local/lib/android/sdk/ndk/26.1.10909125
4747 run : |
4848 echo $RN_VERSION $RN_FOLDER $ANDROID_NDK_HOME
4949 [[ "$RN_VERSION" == "reanimated-2" ]] && git clone --depth=1 https://github.com/software-mansion-labs/reanimated-2-playground.git "$RN_FOLDER" || npx react-native init "$RN_FOLDER" --version "$RN_VERSION"
You can’t perform that action at this time.
0 commit comments