We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1b77a commit 6f3ae2cCopy full SHA for 6f3ae2c
.github/workflows/sample-distribution.yml
@@ -14,7 +14,7 @@ on:
14
jobs:
15
build_and_deploy_ios_testflight_qa:
16
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/V5' }}
17
- runs-on: [macos-14]
+ runs-on: [macos-15]
18
steps:
19
- name: Connect Bot
20
uses: webfactory/[email protected]
@@ -33,7 +33,9 @@ jobs:
33
${{ runner.os }}-pods-
34
- name: iOS Pods setup
35
working-directory: examples/SampleApp/ios
36
- run: bundle exec pod install
+ run: |
37
+ pod update hermes-engine --no-repo-update
38
+ bundle exec pod install
39
- name: Build and release Testflight QA
40
working-directory: examples/SampleApp
41
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/V5' }};
0 commit comments