Skip to content

Commit 906abd4

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 906abd4

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
@@ -107,7 +107,7 @@ jobs:
107107
if-no-files-found: error
108108

109109
windows-build:
110-
runs-on: windows-latest
110+
runs-on: windows-2022
111111

112112
strategy:
113113
matrix:

0 commit comments

Comments
 (0)