Skip to content

Commit

Permalink
not specifying minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Aug 31, 2023
1 parent 501b5aa commit 88dc7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
run: xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4'
run: xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16'

0 comments on commit 88dc7be

Please sign in to comment.