Skip to content

Commit 607166f

Browse files
committed
[ci] Fix window version to 2022
flutter engine's window build uses Window SDKs 10.0.22621.0. `window-2025` runner in gitHub actions no longer supports the `10.0.22621.0` SDK. I tried several actions to install `10.0.22621.0` SDK, but encountered other errors. This issue need to more investigation. https://github.com/flutter-tizen/flutter/actions/runs/17605572998/job/50015558432
1 parent 6364efa commit 607166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
path: flutter/engine/src/out/build/clang_x64/gen_snapshot
107107
if-no-files-found: error
108108

109-
windows-build:
109+
windows-2022:
110110
runs-on: windows-latest
111111

112112
strategy:

0 commit comments

Comments
 (0)