Skip to content

Commit

Permalink
Fix simulator OS version for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Dec 31, 2022
1 parent 3d717d5 commit 3f40e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
destination: ["platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro"]
destination: ["platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro"]
steps:
- uses: actions/checkout@v2
- name: iOS - ${{ matrix.destination }}
Expand Down

0 comments on commit 3f40e3e

Please sign in to comment.