From 81eb2fb3572e0b5bbc7ca3e1f77724f170de677a Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Fri, 17 Jan 2025 10:23:19 +0100 Subject: [PATCH] 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 --- .github/workflows/e2e-ios.yml | 8 ++++---- .github/workflows/ios-build-test.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index 74d401d2..b5da75b6 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -8,9 +8,9 @@ on: - src/** - e2e/** - package.json - push: - branches: - - main + # push: + # branches: + # - main workflow_dispatch: jobs: @@ -30,7 +30,7 @@ jobs: - name: Use latest stable Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '16.1' - name: Get react-native-svg node_modules cache uses: actions/cache@v4 diff --git a/.github/workflows/ios-build-test.yml b/.github/workflows/ios-build-test.yml index fed69061..7ca9adff 100644 --- a/.github/workflows/ios-build-test.yml +++ b/.github/workflows/ios-build-test.yml @@ -33,7 +33,7 @@ jobs: - name: Use latest stable Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '16.1' - name: Get react-native-svg node_modules cache uses: actions/cache@v4