Skip to content

Commit

Permalink
fix: ios build CI (#2605)
Browse files Browse the repository at this point in the history
# Summary

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

Similar changes have been made in Gesture Handler
software-mansion/react-native-gesture-handler#3319
and Screens
software-mansion/react-native-screens#2620
  • Loading branch information
jakex7 authored Jan 17, 2025
1 parent de8a763 commit 81eb2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
- src/**
- e2e/**
- package.json
push:
branches:
- main
# push:
# branches:
# - main
workflow_dispatch:

jobs:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81eb2fb

Please sign in to comment.