Skip to content

Commit ba87e27

Browse files
authored
[Windows] Update MinGW on 2022 and 2025, disable alert for 2019 (#13120)
1 parent d62283e commit ba87e27

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

images/windows/toolsets/toolset-2019.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@
437437
"kotlin": {
438438
"version": "2.1.10",
439439
"pinnedDetails": {
440-
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
441-
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
442-
"review-at": "2025-03-31"
440+
"link": "https://github.com/actions/runner-images/issues/12045",
441+
"reason": "Image is deprecated and will be removed soon",
442+
"review-at": "2027-01-01"
443443
}
444444
},
445445
"openssl": {

images/windows/toolsets/toolset-2022.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,8 @@
128128
}
129129
},
130130
"mingw": {
131-
"version": "12.2.0",
132-
"runtime": "ucrt",
133-
"pinnedDetails": {
134-
"link": "https://github.com/actions/runner-images-internal/pull/6702",
135-
"reason": "Meaningful reason must be added at next update.",
136-
"review-at": "2025-06-01",
137-
"type": "preexisting-pinned-version-without-reason"
138-
}
131+
"version": "14.*",
132+
"runtime": "ucrt"
139133
},
140134
"MsysPackages": {
141135
"msys2": [],

images/windows/toolsets/toolset-2025.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,8 @@
110110
}
111111
},
112112
"mingw": {
113-
"version": "14.2.0",
114-
"runtime": "ucrt",
115-
"pinnedDetails": {
116-
"link": "https://github.com/actions/runner-images-internal/pull/6702",
117-
"reason": "Meaningful reason must be added at next update.",
118-
"review-at": "2025-06-01",
119-
"type": "preexisting-pinned-version-without-reason"
120-
}
113+
"version": "15.*",
114+
"runtime": "ucrt"
121115
},
122116
"MsysPackages": {
123117
"msys2": [],

0 commit comments

Comments
 (0)