We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc38218 commit 02f1552Copy full SHA for 02f1552
.github/workflows/inappmessaging.yml
@@ -41,12 +41,12 @@ jobs:
41
# Don't run on private repo unless it is a PR.
42
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
43
44
- # TODO(#12770): Update to macos-14 when tests are updated for Xcode 15.
+# TODO(#12770): Update to macos-14 when tests are updated for Xcode 15.
45
runs-on: macos-15
46
strategy:
47
matrix:
48
- # TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
49
- # platform: [iOS, iPad]
+# TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
+# platform: [iOS, iPad]
50
platform: [iOS]
51
xcode: [Xcode_16.4]
52
steps:
0 commit comments