Skip to content

Commit

Permalink
Add Xcode setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Mar 11, 2024
1 parent 62056dd commit 65b8805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/react-native-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Use Xcode 13.3.1
uses: actions/setup-xcode@v2
with:
xcode-version: 13.3.1

- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 65b8805

Please sign in to comment.