Skip to content

Commit 8242a0c

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.
1 parent 0c853c3 commit 8242a0c

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
@@ -142,7 +142,7 @@ jobs:
142142
if-no-files-found: error
143143

144144
windows-build:
145-
runs-on: windows-latest
145+
runs-on: windows-2022
146146

147147
strategy:
148148
matrix:

0 commit comments

Comments
 (0)