Skip to content

Commit f304283

Browse files
committed
ci: fix
1 parent 5a4e4e2 commit f304283

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,19 @@ jobs:
9292
yarn build:android
9393
9494
build-ios:
95-
runs-on: macos-13
95+
runs-on: macos-14
9696
needs: build-library
9797
steps:
9898
- name: Checkout
9999
uses: actions/checkout@v4
100100

101+
- name: Setup Xcode version
102+
uses: maxim-lobanov/[email protected]
103+
with:
104+
xcode-version: '14.3.1'
105+
106+
107+
101108
- name: Setup
102109
uses: ./.github/actions/setup
103110

0 commit comments

Comments
 (0)