Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Feb 20, 2024
1 parent 9ccc481 commit f97bf6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
ios-version: [16,17]
ios-version: [17]
fail-fast: false
runs-on: macos-13
runs-on: macos-14
steps:
- name: Check out
uses: actions/checkout@v4
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Boot ios simulator
uses: futureware-tech/simulator-action@v2
with:
model: iPhone 14 Pro Max
os: ios
os_version: ^${{ matrix.ios-version }}

- name: Grant permission
Expand Down

0 comments on commit f97bf6d

Please sign in to comment.