Skip to content

Commit daa0b33

Browse files
committed
feat(multiplatform): add mingw runner
1 parent 4c5972b commit daa0b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

danger-kotlin/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kotlin {
1010
"Mac OS X" -> macosX64("runner")
1111
"Linux" -> linuxX64("runner")
1212
"Mac OS X Apple silicon" -> macosArm64("runner")
13+
"Windows 11" -> mingwX64("runner")
1314
else -> throw GradleException("Host OS '$hostOs' is not supported.") as Throwable
1415
}
1516

0 commit comments

Comments
 (0)