Skip to content

Commit

Permalink
iOS Workflow
Browse files Browse the repository at this point in the history
Updated iOS workflow
Updated React Native
Cleaned up some code
  • Loading branch information
Alex Risch authored and Alex Risch committed Jan 31, 2024
1 parent 57c3788 commit 2e0ec32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '17'
- uses: actions/setup-node@v3
- run: yarn
- run: cd android && ./gradlew assembleDebug
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'ios/**'
jobs:
build:
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2e0ec32

Please sign in to comment.