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:
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 }}
You can’t perform that action at this time.
0 commit comments