SDL_helloworld: ci: use windows-2025 runner which does not have gameinput.h issue

From b78bdd17e63189216b3a55ea1796620a41061db9 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Tue, 21 Jan 2025 20:52:55 +0100
Subject: [PATCH] ci: use windows-2025 runner which does not have gameinput.h
 issue

https://github.com/actions/runner-images/issues/10980
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5891431..313a428 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
       matrix:
         platform:
         - { name: Linux,   os: ubuntu-latest }
-        - { name: Windows, os: windows-latest }
+        - { name: Windows, os: windows-2025 }
         - { name: MacOS,   os: macos-latest }
     steps:
     - name: Set up SDL