Skip to content

Commit 3b09b72

Browse files
ci: improve build options
1 parent e2c3233 commit 3b09b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: macos-12
16+
runs-on: macos-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -46,7 +46,6 @@ jobs:
4646
run: |
4747
cd example
4848
flutter build appbundle --debug
49-
cd ios && pod install && cd ..
5049
flutter build ios --debug --no-codesign
5150
flutter build web
5251

0 commit comments

Comments
 (0)