Skip to content

Commit

Permalink
Try 2 sims
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeheis committed Sep 22, 2021
1 parent 3cb98cd commit f7927a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme Dux -destination 'platform=iOS Simulator,OS=14.5,name=iPhone 12'
run: xcodebuild -scheme Dux -destination 'platform=iOS Simulator,OS=14.4,name=iPhone 12' || xcodebuild -scheme Dux -destination 'platform=iOS Simulator,OS=14.5,name=iPhone 12'

0 comments on commit f7927a5

Please sign in to comment.