Skip to content

Commit 12239d9

Browse files
authored
Fix Storage Pod-lib-lint failures on Xcode 13.3.1 (#9748)
1 parent b34cb69 commit 12239d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/storage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,16 @@ jobs:
114114
pod-lib-lint:
115115
# Don't run on private repo unless it is a PR.
116116
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
117-
runs-on: macos-11
117+
runs-on: macos-12
118118
strategy:
119119
matrix:
120120
target: [ios, tvos, macos, watchos]
121121
podspec: [FirebaseStorage.podspec, FirebaseStorageInternal.podspec]
122122
steps:
123123
- uses: actions/checkout@v2
124+
- uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
125+
with:
126+
ruby-version: '2.7'
124127
- name: Setup Bundler
125128
run: scripts/setup_bundler.sh
126129
- name: Build and test

FirebaseStorage.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
3535
s.source_files = [
3636
'FirebaseStorage/Sources/*.swift',
3737
'FirebaseStorage/Typedefs/*.h',
38-
'FirebaseAppCheck/Interop/*.h',
39-
'FirebaseAuth/Interop/*.h',
4038
]
4139

4240
s.dependency 'FirebaseStorageInternal', '~> 9.0'

0 commit comments

Comments
 (0)