Skip to content

Commit

Permalink
Update build flow for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Jun 19, 2024
1 parent c311c9a commit 9da8855
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ concurrency:

jobs:
ios-build:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies

- name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Pull dependencies
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -55,7 +60,7 @@ jobs:
key: ${{ hashFiles('./example/ios/Podfile.lock') }}

- name: Install example Pods
run: NO_FLIPPER=1 pod install
run: pod install
working-directory: example/ios

- name: Install Maestro CLI
Expand Down

0 comments on commit 9da8855

Please sign in to comment.