37
37
pull-requests : write # create code reviews (suggestion-bot)
38
38
strategy :
39
39
matrix :
40
- runner : [macos-14 , windows-2022 ]
40
+ runner : [macos-15 , windows-2025 ]
41
41
runs-on : ${{ matrix.runner }}
42
42
if : ${{ github.event_name != 'schedule' }}
43
43
steps :
@@ -145,7 +145,7 @@ jobs:
145
145
timeout-minutes : 60
146
146
ios :
147
147
name : " iOS"
148
- runs-on : macos-14
148
+ runs-on : macos-15
149
149
steps :
150
150
- name : Checkout
151
151
uses : actions/checkout@v4
@@ -201,7 +201,7 @@ jobs:
201
201
strategy :
202
202
matrix :
203
203
template : [all, ios]
204
- runs-on : macos-14
204
+ runs-on : macos-15
205
205
if : ${{ github.event_name != 'schedule' }}
206
206
steps :
207
207
- name : Checkout
@@ -246,7 +246,7 @@ jobs:
246
246
name : " Android"
247
247
strategy :
248
248
matrix :
249
- runner : [ubuntu-24.04, windows-2022 ]
249
+ runner : [ubuntu-24.04, windows-2025 ]
250
250
runs-on : ${{ matrix.runner }}
251
251
steps :
252
252
- name : Checkout
@@ -294,7 +294,7 @@ jobs:
294
294
strategy :
295
295
matrix :
296
296
template : [all, android]
297
- runner : [ubuntu-24.04, windows-2022 ]
297
+ runner : [ubuntu-24.04, windows-2025 ]
298
298
runs-on : ${{ matrix.runner }}
299
299
if : ${{ github.event_name != 'schedule' }}
300
300
steps :
@@ -331,7 +331,7 @@ jobs:
331
331
timeout-minutes : 60
332
332
macos :
333
333
name : " macOS"
334
- runs-on : macos-14
334
+ runs-on : macos-15
335
335
if : ${{ github.event_name != 'schedule' }}
336
336
steps :
337
337
- name : Checkout
@@ -405,7 +405,7 @@ jobs:
405
405
strategy :
406
406
matrix :
407
407
template : [all, macos]
408
- runs-on : macos-14
408
+ runs-on : macos-15
409
409
if : ${{ github.event_name != 'schedule' }}
410
410
steps :
411
411
- name : Checkout
@@ -443,7 +443,7 @@ jobs:
443
443
timeout-minutes : 60
444
444
visionos :
445
445
name : " visionOS"
446
- runs-on : macos-14
446
+ runs-on : macos-15
447
447
if : ${{ github.event_name != 'schedule' }}
448
448
steps :
449
449
- name : Checkout
@@ -457,7 +457,6 @@ jobs:
457
457
platform : visionos
458
458
project-root : example
459
459
cache-key-prefix : example
460
- xcode-developer-dir : /Applications/Xcode_15.2.app
461
460
- name : Set up react-native@nightly
462
461
if : ${{ github.event_name == 'schedule' }}
463
462
uses : ./.github/actions/setup-react-native
@@ -496,7 +495,7 @@ jobs:
496
495
strategy :
497
496
matrix :
498
497
template : [all, visionos]
499
- runs-on : macos-14
498
+ runs-on : macos-15
500
499
if : ${{ github.event_name != 'schedule' }}
501
500
steps :
502
501
- name : Checkout
@@ -510,7 +509,6 @@ jobs:
510
509
platform : visionos
511
510
project-root : example
512
511
cache-key-prefix : template-${{ matrix.template }}
513
- xcode-developer-dir : /Applications/Xcode_15.2.app
514
512
- name : Initialize test app
515
513
uses : ./.github/actions/init-test-app
516
514
with :
@@ -535,7 +533,7 @@ jobs:
535
533
timeout-minutes : 60
536
534
windows :
537
535
name : " Windows"
538
- runs-on : windows-2022
536
+ runs-on : windows-2025
539
537
strategy :
540
538
matrix :
541
539
platform : [ARM64, x64]
@@ -592,7 +590,7 @@ jobs:
592
590
timeout-minutes : 60
593
591
windows-template :
594
592
name : " Windows [template]"
595
- runs-on : windows-2022
593
+ runs-on : windows-2025
596
594
if : ${{ github.event_name != 'schedule' }}
597
595
strategy :
598
596
matrix :
0 commit comments