Run Job on Windows

I want to deploy my python program as .exe for windows with GitLab CI. The exe can be only build on a windows system with python installed. I had found no information how to run a singe job on windows, All my other jobs should be executed on Linux. How can I do that?