mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
Remove windows_build.yml due to a MS compiler enforcement change. Build fails because libpng16.lib was compiled with a different compiler version (VS 2008?) relative to the current VS 2022 installed in the Github windows-latest runner. MS decided that libraries must be compiled with a compatible compiler, preferably the compiler-in-use. While not conclusively traced to a MS trouble ticket, it seems reasonable to assume there exists a trouble ticket wherein an older MS compiler generated code that was incompatible with VS 2022, thereby necessitating the enforcement (speculation: LTO instrumentation, for example?)