Skip to content

Commit b7838f5

Browse files
authored
[Infra] Update notice_generation.yml (#13617)
1 parent 9384b9f commit b7838f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notice_generation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
with:
3737
pods: ${{ env.PODS }}
3838
sources: "https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging,https://cdn.cocoapods.org"
39-
min-ios-version: "13.0"
39+
# This should match the highest minimum supported iOS version.
40+
min-ios-version: "15.0"
4041
search-local-pod-version: true
4142
notices-path: ${{ env.NOTICES_PATH }}
4243
- name: Create a pull request

0 commit comments

Comments
 (0)