fix: ios build CI (#2605)

# Summary

Apparently there are some issues with newer xcode versions on GitHub CI

Similar changes have been made in Gesture Handler
https://github.com/software-mansion/react-native-gesture-handler/pull/3319/
and Screens
https://github.com/software-mansion/react-native-screens/pull/2620
This commit is contained in:
Jakub Grzywacz
2025-01-17 10:23:19 +01:00
committed by GitHub
parent de8a7632f6
commit 81eb2fb357
2 changed files with 5 additions and 5 deletions

View File

@@ -8,9 +8,9 @@ on:
- src/** - src/**
- e2e/** - e2e/**
- package.json - package.json
push: # push:
branches: # branches:
- main # - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -30,7 +30,7 @@ jobs:
- name: Use latest stable Xcode - name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1 uses: maxim-lobanov/setup-xcode@v1
with: with:
xcode-version: latest-stable xcode-version: '16.1'
- name: Get react-native-svg node_modules cache - name: Get react-native-svg node_modules cache
uses: actions/cache@v4 uses: actions/cache@v4

View File

@@ -33,7 +33,7 @@ jobs:
- name: Use latest stable Xcode - name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1 uses: maxim-lobanov/setup-xcode@v1
with: with:
xcode-version: latest-stable xcode-version: '16.1'
- name: Get react-native-svg node_modules cache - name: Get react-native-svg node_modules cache
uses: actions/cache@v4 uses: actions/cache@v4