Skip to content

Commit

Permalink
test: specify explicit iOS version in push integration test job [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
atierian committed Oct 18, 2023
1 parent 9badf93 commit 974cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integ_test_push_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
project_path: ./AmplifyPlugins/Notifications/Push/Tests/PushNotificationHostApp
scheme: PushNotificationHostApp
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
destination: 'platform=iOS Simulator,name=iPhone 14,OS=16.4'
xcode_path: '/Applications/Xcode_14.3.app'

push-notification-integration-test-tvOS:
Expand Down

0 comments on commit 974cc29

Please sign in to comment.