|
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 |
@@ -496,7 +496,7 @@ jobs: |
496 | 496 | strategy: |
497 | 497 | matrix: |
498 | 498 | template: [all, visionos] |
499 | | - runs-on: macos-14 |
| 499 | + runs-on: macos-15 |
500 | 500 | if: ${{ github.event_name != 'schedule' }} |
501 | 501 | steps: |
502 | 502 | - name: Checkout |
@@ -535,7 +535,7 @@ jobs: |
535 | 535 | timeout-minutes: 60 |
536 | 536 | windows: |
537 | 537 | name: "Windows" |
538 | | - runs-on: windows-2022 |
| 538 | + runs-on: windows-2025 |
539 | 539 | strategy: |
540 | 540 | matrix: |
541 | 541 | platform: [ARM64, x64] |
@@ -592,7 +592,7 @@ jobs: |
592 | 592 | timeout-minutes: 60 |
593 | 593 | windows-template: |
594 | 594 | name: "Windows [template]" |
595 | | - runs-on: windows-2022 |
| 595 | + runs-on: windows-2025 |
596 | 596 | if: ${{ github.event_name != 'schedule' }} |
597 | 597 | strategy: |
598 | 598 | matrix: |
|
0 commit comments