Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 19, 2024
1 parent 4e549c7 commit 52495e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
FIREBASE_MAIN: 1
steps:
- uses: actions/checkout@v4
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Setup Scripts Directory
run: ./setup-scripts.sh
- name: Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16_Release_Candidate.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -52,8 +52,10 @@ jobs:
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect macOS spm
- name: visionOS Unit Tests
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect visionOS spm
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16_Release_Candidate.app/Contents/Developer
- name: Xcode 15
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect iOS spm
- name: tvOS Unit Tests
Expand Down

0 comments on commit 52495e6

Please sign in to comment.