File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ concurrency:
4646jobs :
4747 build_and_deploy_ios :
4848 name : Build and Distribute Dogfooding Ios
49- runs-on : macos-latest
49+ runs-on : macos-15
5050 timeout-minutes : 60
5151 if : ${{ github.event_name == 'push' || inputs.build_ios == true }}
5252 steps :
@@ -102,7 +102,7 @@ jobs:
102102 build_and_deploy_android :
103103 name : Build and Distribute Dogfooding Android
104104 runs-on : ubuntu-latest
105- timeout-minutes : 15
105+ timeout-minutes : 30
106106 if : ${{ github.event_name == 'push' || inputs.build_android == true }}
107107 steps :
108108 - name : Checkout code
Original file line number Diff line number Diff line change 6565 melos run format:verify
6666
6767 build :
68- timeout-minutes : 15
68+ timeout-minutes : 30
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Git Checkout
You can’t perform that action at this time.
0 commit comments