File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
fail-fast : false
217
217
matrix :
218
218
version : ["3.7.0", "3.24.5"]
219
- runs-on : windows-2019
219
+ runs-on : windows-2022
220
220
timeout-minutes : 120
221
221
env :
222
222
TEST_APP_ID : ${{ secrets.APP_ID }}
@@ -295,7 +295,7 @@ jobs:
295
295
fail-fast : false
296
296
matrix :
297
297
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
299
299
steps :
300
300
- uses : actions/checkout@v3
301
301
- name : Install JDK
@@ -478,7 +478,7 @@ jobs:
478
478
strategy :
479
479
matrix :
480
480
version : ["3.24.5"]
481
- runs-on : windows-2019
481
+ runs-on : windows-2022
482
482
timeout-minutes : 120
483
483
env :
484
484
TEST_APP_ID : ${{ secrets.APP_ID }}
You can’t perform that action at this time.
0 commit comments