Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jul 29, 2023
1 parent cea2c27 commit 8a6fde3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
needs: setup
timeout-minutes: 60
strategy:
matrix:
ios-version: [17.0, 16.0, 15.0, 14.0]
fail-fast: true
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -73,6 +75,7 @@ jobs:
- uses: futureware-tech/simulator-action@v2
with:
model: iPhone 14 Pro Max
os_version: ${{ matrix.ios-version }}

- name: Build
timeout-minutes: 20
Expand Down

0 comments on commit 8a6fde3

Please sign in to comment.