From 65b88050cf8bd325b2b1e730bea135e0f1221c16 Mon Sep 17 00:00:00 2001 From: Turtuvshin Date: Mon, 11 Mar 2024 17:24:31 +0800 Subject: [PATCH] Add Xcode setup action --- .github/workflows/react-native-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/react-native-ci.yml b/.github/workflows/react-native-ci.yml index 43e6f53..0359c04 100644 --- a/.github/workflows/react-native-ci.yml +++ b/.github/workflows/react-native-ci.yml @@ -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: