diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5629bea31..8a944f530 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -9,10 +9,7 @@ on: jobs: build-ios: - runs-on: macos-13 - - # ruby: 2.7.6, 3.0.4, 3.1.2 (../.ruby-version: 2.7.5) - # CocoaPods: 1.11.3 + runs-on: macos-14 steps: diff --git a/android/gradle.properties b/android/gradle.properties index 885445bfe..329ad0fbe 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.182.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using