Skip to content

Commit

Permalink
ci: use windows-2025 runner which does not have gameinput.h issue
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 21, 2025
1 parent 4d24814 commit b78bdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b78bdd1

Please sign in to comment.