Skip to content

Commit

Permalink
Update iOS simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Novichkov committed Jan 17, 2020
1 parent d55fe4f commit 61b27b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=13.2,name=iPhone 11', 'platform=tvOS Simulator,OS=13.2,name=Apple TV 4K']
destination: ['platform=iOS Simulator,OS=13.2.2,name=iPhone 11', 'platform=tvOS Simulator,OS=13.2,name=Apple TV 4K']
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit 61b27b9

Please sign in to comment.