We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4e4e2 commit f304283Copy full SHA for f304283
.github/workflows/ci.yml
@@ -92,12 +92,19 @@ jobs:
92
yarn build:android
93
94
build-ios:
95
- runs-on: macos-13
+ runs-on: macos-14
96
needs: build-library
97
steps:
98
- name: Checkout
99
uses: actions/checkout@v4
100
101
+ - name: Setup Xcode version
102
+ uses: maxim-lobanov/[email protected]
103
+ with:
104
+ xcode-version: '14.3.1'
105
+
106
107
108
- name: Setup
109
uses: ./.github/actions/setup
110
0 commit comments