From 3f113696fdefba203e3066b85b03a78a47f5ab4c Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 19 Sep 2024 15:12:14 -0700 Subject: [PATCH] Xcode 16 location is unreliable --- .github/workflows/spm.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 0a4dd22..186a9e9 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -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