File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
- platform : ios
174
174
rn-version : ' 0.80.2'
175
175
xcode-version : ' 16.2'
176
- runs-on : macos-15
176
+ runs-on : macos-14
177
177
- platform : ios
178
178
rn-version : ' 0.65.3'
179
179
xcode-version : ' 14.2'
@@ -310,10 +310,10 @@ jobs:
310
310
include :
311
311
- platform : ios
312
312
rn-version : ' 0.80.2'
313
- runs-on : macos-15
313
+ runs-on : macos-14
314
314
- platform : ios
315
315
rn-version : ' 0.65.3'
316
- runs-on : macos-15
316
+ runs-on : macos-14
317
317
- platform : android
318
318
runs-on : ubuntu-latest
319
319
exclude :
Original file line number Diff line number Diff line change 18
18
19
19
test-ios :
20
20
name : ios
21
- runs-on : macos-15
21
+ runs-on : macos-14
22
22
needs : [diff_check]
23
23
if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
24
24
steps :
Original file line number Diff line number Diff line change 35
35
build-type : ['dev', 'production']
36
36
include :
37
37
- platform : ios
38
- runs-on : macos-15
38
+ xcode-version : ' 16.2'
39
+ runs-on : macos-14
39
40
- platform : android
40
41
runs-on : ubuntu-latest
41
42
- platform : web
70
71
- name : Gradle cache
71
72
uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
72
73
74
+ - run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
75
+ if : ${{ matrix.platform == 'ios' }}
76
+
73
77
- name : Setup Global Xcode Tools
74
78
if : ${{ matrix.platform == 'ios' }}
75
79
run : which xcbeautify || brew install xcbeautify
Original file line number Diff line number Diff line change 43
43
build-type : ['dev', 'production']
44
44
include :
45
45
- platform : ios
46
- runs-on : macos-15
46
+ runs-on : macos-14
47
47
- platform : macos
48
48
runs-on : macos-15
49
49
- platform : android
@@ -218,7 +218,7 @@ jobs:
218
218
matrix :
219
219
include :
220
220
- platform : ios
221
- runs-on : macos-15
221
+ runs-on : macos-14
222
222
rn-architecture : ' new'
223
223
ios-use-frameworks : ' no-frameworks'
224
224
build-type : ' production'
Original file line number Diff line number Diff line change 14
14
15
15
upload_to_testflight :
16
16
name : Build and Upload React Native Sample to Testflight
17
- runs-on : macos-15
17
+ runs-on : macos-14
18
18
needs : [diff_check]
19
19
if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
20
20
steps :
You can’t perform that action at this time.
0 commit comments