Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Feb 26, 2022
1 parent c83b649 commit da8e0d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: iOS example

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=15.3,name=iPhone X']
destination: ['platform=iOS Simulator,OS=14.0,name=iPhone 8','platform=iOS Simulator,OS=14.5,name=iPhone X','platform=iOS Simulator,OS=14.7,name=iPhone X','platform=iOS Simulator,OS=15.3,name=iPhone X','platform=iOS Simulator,OS=15.3.1,name=iPhone 13']
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down

0 comments on commit da8e0d7

Please sign in to comment.