Skip to content

Commit

Permalink
Upgrade iPhone simulator version used in Github Action
Browse files Browse the repository at this point in the history
Differential Revision: D68351827
  • Loading branch information
lavenzg authored and facebook-github-bot committed Jan 17, 2025
1 parent ed54fd3 commit cd889d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,13 @@ jobs:
working-directory: test/ApplePlatformsIntegrationTestApp
- name: Test iPhone application
run: |-
# Xcode 15 uses iOS 17 for simulator, and only iPhone 14/15 can work by
# default, so use the oldest working model here.
# macos-14 installs simulators for iPhone 15/16, so use the oldest model
# here:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
xcodebuild test \
-workspace ApplePlatformsIntegrationTests.xcworkspace \
-configuration Debug \
-destination 'platform=iOS Simulator,name=iPhone 14' \
-destination 'platform=iOS Simulator,name=iPhone 15' \
-scheme ApplePlatformsIntegrationMobileTests
working-directory: test/ApplePlatformsIntegrationTestApp
- name: Test Apple Vision application
Expand Down

0 comments on commit cd889d9

Please sign in to comment.