mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
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:
8
.github/workflows/e2e-ios.yml
vendored
8
.github/workflows/e2e-ios.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/ios-build-test.yml
vendored
2
.github/workflows/ios-build-test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user