Skip to content

Commit

Permalink
ci: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 30, 2024
1 parent 8fd4217 commit 63cee4a
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 @@ -11,9 +11,6 @@ jobs:
lint:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.3
- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -138,6 +135,9 @@ jobs:
env:
TURBO_CACHE_DIR: .turbo/ios-${{matrix.arch}}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.3
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 63cee4a

Please sign in to comment.