Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed authored Aug 21, 2024
1 parent d31e268 commit 72b6a57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- version: '0.71.x'
folder: 'rn71'
- version: '0.75.x'
folder: 'rn75'

steps:
- uses: actions/checkout@v2
Expand All @@ -43,7 +43,7 @@ jobs:
env:
RN_VERSION: ${{ matrix.version }}
RN_FOLDER: ${{ matrix.folder }}
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/21.4.7075529
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/26.1.10909125
run: |
echo $RN_VERSION $RN_FOLDER $ANDROID_NDK_HOME
[[ "$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"
Expand Down

0 comments on commit 72b6a57

Please sign in to comment.