Skip to content

Commit e395fa8

Browse files
denrasebuenaflor
andauthored
Re-enable TestFlight action (#3077)
* add manual workflow trigger * bump runner/xcode * Test new plugin PR * Update * Update pubspec.yaml --------- Co-authored-by: Giancarlo Buenaflor <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 2f540b8 commit e395fa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testflight.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ on:
77
pull_request:
88
paths:
99
- '.github/workflows/testflight.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
upload_to_testflight:
1314
name: Build and Upload to Testflight
14-
runs-on: macos-13
15+
runs-on: macos-15
1516
steps:
1617
- uses: actions/checkout@v4
1718
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
18-
- run: xcodes select 15.0.1
19+
- run: xcodes select 16.3
1920
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # [email protected]
2021
with:
2122
ruby-version: '2.7.5'

0 commit comments

Comments
 (0)