Skip to content

Commit e3144ef

Browse files
ci: Update ios build
1 parent b28975e commit e3144ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/base.yaml

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

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

0 commit comments

Comments
 (0)