Skip to content

Commit

Permalink
Disable RTDB and Firestore for XC15
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 16, 2023
1 parent 2d4de24 commit 7ea4c94
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,13 @@ jobs:
SDK: "Database"
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-12]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
# TODO: Building FirebaseUI fails on Xcode 15 because it needs to sign the resources.
# - os: macos-13
# xcode: Xcode_15.0.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -462,12 +463,13 @@ jobs:
SDK: "Firestore"
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-12]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
# TODO: Building FirebaseUI fails on Xcode 15 because it needs to sign the resources.
# - os: macos-13
# xcode: Xcode_15.0.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7ea4c94

Please sign in to comment.