Skip to content

Commit

Permalink
Fix: switch iOS device to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdrobne committed Jan 28, 2025
1 parent d3c1abb commit b3b8ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
PROJECT: Example/SwiftUICoordinatorExample/SwiftUICoordinatorExample.xcodeproj
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
SCHEME: SwiftUICoordinator
DESTINATION: platform=iOS Simulator,name=iPhone 14,OS=16.0
DESTINATION: platform=iOS Simulator,name=iPhone 15,OS=17.0.1
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b3b8ed7

Please sign in to comment.