Skip to content

Commit

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

- name: Use Xcode 13.3.1
uses: actions/setup-xcode@v2
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 13.3.1
xcode-version: latest-stable

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

0 comments on commit 4488927

Please sign in to comment.