Skip to content

Commit 5eeabf7

Browse files
authored
Feature/upgrade macos version (#927)
* upgrade from macos-latest to macos-15 * update timeout for android build * update timeout for workflow build
1 parent 8ac2cc0 commit 5eeabf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/app-distribute.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ concurrency:
4646
jobs:
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

.github/workflows/stream_video_flutter_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)