Skip to content

Commit bf2db21

Browse files
committed
ci: mark build ios optional
1 parent 425ab2c commit bf2db21

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,29 +94,31 @@ jobs:
9494
run: |
9595
yarn build:android
9696
97-
build-ios:
98-
runs-on: macos-14
99-
needs: build-library
100-
steps:
101-
- name: Checkout
102-
uses: actions/checkout@v4
97+
# !! Currently build iOS is not working due to issues with XCode version
98+
# build-ios:
99+
# runs-on: macos-14
100+
# needs: build-library
103101

104-
- name: Setup Xcode version
105-
uses: maxim-lobanov/[email protected]
106-
with:
107-
xcode-version: '15.4.0'
102+
# steps:
103+
# - name: Checkout
104+
# uses: actions/checkout@v4
105+
106+
# - name: Setup Xcode version
107+
# uses: maxim-lobanov/[email protected]
108+
# with:
109+
# xcode-version: '15.4.0'
108110

109111

110112

111-
- name: Setup
112-
uses: ./.github/actions/setup
113+
# - name: Setup
114+
# uses: ./.github/actions/setup
113115

114-
- name: Install cocoapods
115-
run: |
116-
cd example/ios
117-
pod install
116+
# - name: Install cocoapods
117+
# run: |
118+
# cd example/ios
119+
# pod install
118120

119-
- name: Build example for iOS
120-
working-directory: ./example
121-
run: |
122-
yarn build:ios
121+
# - name: Build example for iOS
122+
# working-directory: ./example
123+
# run: |
124+
# yarn build:ios

0 commit comments

Comments
 (0)