Skip to content

Commit 01c3c21

Browse files
committed
try latest GHA runners
1 parent 8c0df6d commit 01c3c21

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: write # create code reviews (suggestion-bot)
3838
strategy:
3939
matrix:
40-
runner: [macos-14, windows-2022]
40+
runner: [macos-15, windows-2025]
4141
runs-on: ${{ matrix.runner }}
4242
if: ${{ github.event_name != 'schedule' }}
4343
steps:
@@ -145,7 +145,7 @@ jobs:
145145
timeout-minutes: 60
146146
ios:
147147
name: "iOS"
148-
runs-on: macos-14
148+
runs-on: macos-15
149149
steps:
150150
- name: Checkout
151151
uses: actions/checkout@v4
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
matrix:
203203
template: [all, ios]
204-
runs-on: macos-14
204+
runs-on: macos-15
205205
if: ${{ github.event_name != 'schedule' }}
206206
steps:
207207
- name: Checkout
@@ -246,7 +246,7 @@ jobs:
246246
name: "Android"
247247
strategy:
248248
matrix:
249-
runner: [ubuntu-24.04, windows-2022]
249+
runner: [ubuntu-24.04, windows-2025]
250250
runs-on: ${{ matrix.runner }}
251251
steps:
252252
- name: Checkout
@@ -294,7 +294,7 @@ jobs:
294294
strategy:
295295
matrix:
296296
template: [all, android]
297-
runner: [ubuntu-24.04, windows-2022]
297+
runner: [ubuntu-24.04, windows-2025]
298298
runs-on: ${{ matrix.runner }}
299299
if: ${{ github.event_name != 'schedule' }}
300300
steps:
@@ -331,7 +331,7 @@ jobs:
331331
timeout-minutes: 60
332332
macos:
333333
name: "macOS"
334-
runs-on: macos-14
334+
runs-on: macos-15
335335
if: ${{ github.event_name != 'schedule' }}
336336
steps:
337337
- name: Checkout
@@ -405,7 +405,7 @@ jobs:
405405
strategy:
406406
matrix:
407407
template: [all, macos]
408-
runs-on: macos-14
408+
runs-on: macos-15
409409
if: ${{ github.event_name != 'schedule' }}
410410
steps:
411411
- name: Checkout
@@ -443,7 +443,7 @@ jobs:
443443
timeout-minutes: 60
444444
visionos:
445445
name: "visionOS"
446-
runs-on: macos-14
446+
runs-on: macos-15
447447
if: ${{ github.event_name != 'schedule' }}
448448
steps:
449449
- name: Checkout
@@ -496,7 +496,7 @@ jobs:
496496
strategy:
497497
matrix:
498498
template: [all, visionos]
499-
runs-on: macos-14
499+
runs-on: macos-15
500500
if: ${{ github.event_name != 'schedule' }}
501501
steps:
502502
- name: Checkout
@@ -535,7 +535,7 @@ jobs:
535535
timeout-minutes: 60
536536
windows:
537537
name: "Windows"
538-
runs-on: windows-2022
538+
runs-on: windows-2025
539539
strategy:
540540
matrix:
541541
platform: [ARM64, x64]
@@ -592,7 +592,7 @@ jobs:
592592
timeout-minutes: 60
593593
windows-template:
594594
name: "Windows [template]"
595-
runs-on: windows-2022
595+
runs-on: windows-2025
596596
if: ${{ github.event_name != 'schedule' }}
597597
strategy:
598598
matrix:

0 commit comments

Comments
 (0)