Skip to content

Commit

Permalink
Xcode 16 location is unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 19, 2024
1 parent 52495e6 commit 3f11369
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,8 @@ jobs:
- uses: actions/checkout@v4
- 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
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect iOS spm
- name: tvOS Unit Tests
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect tvOS spm
- name: macOS Unit Tests
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 15
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand Down

0 comments on commit 3f11369

Please sign in to comment.