Skip to content

Commit

Permalink
Use correct iOS version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Jul 9, 2024
1 parent f524149 commit 64ef4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittestall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.2']
destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.5']
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/[email protected]
Expand Down

0 comments on commit 64ef4eb

Please sign in to comment.