Skip to content

Commit

Permalink
reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
olliiiver committed Dec 20, 2024
1 parent 471e743 commit 5f8c017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-15-arm64
runs-on: macos-14
env:
TURBO_CACHE_DIR: .turbo/ios
steps:
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ android {
main {
if (isNewArchitectureEnabled()) {
java.srcDirs += [
"android/build/generated/source/codegen/java",
"android/build/generated/source/codegen/jni"
"generated/java",
"generated/jni"
]
}
}
Expand Down

0 comments on commit 5f8c017

Please sign in to comment.