Skip to content

Commit 72b6a57

Browse files
authored
Update main.yml
1 parent d31e268 commit 72b6a57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414

1515
jobs:
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
@@ -43,7 +43,7 @@ jobs:
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"

0 commit comments

Comments
 (0)