Skip to content

Commit 02f1552

Browse files
authored
Apply suggestions from code review
1 parent bc38218 commit 02f1552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/inappmessaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
# Don't run on private repo unless it is a PR.
4242
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
4343

44-
# TODO(#12770): Update to macos-14 when tests are updated for Xcode 15.
44+
# TODO(#12770): Update to macos-14 when tests are updated for Xcode 15.
4545
runs-on: macos-15
4646
strategy:
4747
matrix:
48-
# TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
49-
# platform: [iOS, iPad]
48+
# TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
49+
# platform: [iOS, iPad]
5050
platform: [iOS]
5151
xcode: [Xcode_16.4]
5252
steps:

0 commit comments

Comments
 (0)