Skip to content

Commit 71fe920

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
build-ios:
9898
runs-on: macos-14
9999
needs: build-library
100+
continue-on-error: true # currently build iOS is not working due to issues with XCode version
101+
100102
steps:
101103
- name: Checkout
102104
uses: actions/checkout@v4

0 commit comments

Comments
 (0)