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: