I am using InnoSetup to create an exe of a python application. This works fine when I use my Windows VM with the correct version. I'd like to automate it, with GitHub actions.
However, GitHub actions only provides Windows Server 2022 and Windows Server 2019. Can I use these to create exes for Windows 7 and Windows 10?
I created an exe using Windows Server 2022 and tried it on Windows 10, it installed fine, I see the expected files in expected places, but the application did not run.