Skip to content

Commit c5e724b

Browse files
authored
fix: windows-2019 is deprecated (#2352)
1 parent 3ddeae4 commit c5e724b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
fail-fast: false
217217
matrix:
218218
version: ["3.7.0", "3.24.5"]
219-
runs-on: windows-2019
219+
runs-on: windows-2022
220220
timeout-minutes: 120
221221
env:
222222
TEST_APP_ID: ${{ secrets.APP_ID }}
@@ -295,7 +295,7 @@ jobs:
295295
fail-fast: false
296296
matrix:
297297
version: ["3.7.12", "3.24.5"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838
298-
runs-on: windows-2019
298+
runs-on: windows-2022
299299
steps:
300300
- uses: actions/checkout@v3
301301
- name: Install JDK
@@ -478,7 +478,7 @@ jobs:
478478
strategy:
479479
matrix:
480480
version: ["3.24.5"]
481-
runs-on: windows-2019
481+
runs-on: windows-2022
482482
timeout-minutes: 120
483483
env:
484484
TEST_APP_ID: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)