Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 24, 2024
1 parent e97db60 commit 0a8ae9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ jobs:
spm-package-resolved:
runs-on: macos-14
env:
FIREBASE_SOURCE_FIRESTORE: 1
outputs:
cache_key: ${{ steps.generate_cache_key.outputs.cache_key }}
steps:
Expand All @@ -448,7 +450,7 @@ jobs:
id: cache
with:
path: .build
key: ${{ steps.generate_cache_key.outputs.cache_key }
key: ${{ steps.generate_cache_key.outputs.cache_key }}

spm-source:
needs: [check, spm-package-resolved]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
os: [macos-14]
xcode: Xcode_15.4
xcode: [Xcode_15.4]
runs-on: ${{ matrix.os }}
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
Expand Down

0 comments on commit 0a8ae9d

Please sign in to comment.