Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Mar 28, 2024
1 parent 68f2049 commit c970ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
ios-version: [17.0]
ios-version: [17]
fail-fast: false
runs-on: macos-14
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
android:
needs: set-up
timeout-minutes: 60
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
api-level: [34,33,32,31,30,29,28,27,26,25,24,23]
Expand Down

0 comments on commit c970ff8

Please sign in to comment.