Skip to content

Commit

Permalink
Matrix verified, now disable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 16, 2024
1 parent 10f0b02 commit 12b0f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ jobs:
quickstart:
# Don't run on private repo unless it is a PR.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
# TODO: See #12399 and restore Objective-C testing for Xcode 15 if GHA is fixed.
strategy:
matrix:
swift: [swift, ""]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
- swift: swift
os: macos-13
xcode: Xcode_15.2
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
Expand Down

0 comments on commit 12b0f5c

Please sign in to comment.