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 4e6c722 commit 7b83e23
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 @@ -26,7 +26,7 @@ jobs:
matrix:
ios-version: [17]
fail-fast: false
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
android:
needs: set-up
timeout-minutes: 60
runs-on: macos-14
runs-on: macos-latest
strategy:
matrix:
api-level: [34,33,32,31,30,29,28,27,26,25,24,23]
Expand Down

0 comments on commit 7b83e23

Please sign in to comment.