Skip to content

Commit 0c49bd2

Browse files
authored
Update min iOS in update-dependencies (#1777)
1 parent 814127d commit 0c49bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Generate a Podfile for Firebase/Analytics. Use the Specs.git
9696
# source to avoid any propagation delays due to CocoaPods mirror.
9797
echo "source 'https://github.com/CocoaPods/Specs.git'" > Podfile
98-
echo "platform :ios, '14.0'" >> Podfile
98+
echo "platform :ios, '15.0'" >> Podfile
9999
echo "pod 'Firebase/Analytics', '${analytics_version}'" >> Podfile
100100
pod repo update
101101
pod install || true # ignore error since there is no Xcode project

0 commit comments

Comments
 (0)