Skip to content

Commit

Permalink
feat: set xcode version in ci-example-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Apr 4, 2024
1 parent d94435c commit 855a7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-example-ios.yml
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'

- name: Install dependencies
run: yarn install --immutable
Expand Down

0 comments on commit 855a7a5

Please sign in to comment.