Skip to content

Commit

Permalink
Switch to iPhone 16 Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Oct 1, 2024
1 parent d0893b8 commit 53464f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Initialize xcodebuild
run: scripts/setup_spm_tests.sh
working-directory: firebase-ios-sdk
- name: Switch to iPhone 16 Simulator
run: sed -i '' 's/platform=iOS Simulator,name=iPhone 15/platform=iOS Simulator,name=iPhone 16/' scripts/build.sh
working-directory: firebase-ios-sdk
- name: Run unit tests
run: scripts/build.sh FirebaseVertexAIUnit ${{ matrix.target }} spm
working-directory: firebase-ios-sdk

0 comments on commit 53464f2

Please sign in to comment.