Updated GitHub Actions setup

- Switch to Windows 2022 runner
- Install v140 toolset via Chocolatey (for some reasons trying to add
related components to VS2022 would hang the workflow.)
This commit is contained in:
NovaRain
2025-07-07 11:12:31 +08:00
parent 13c3ac8db5
commit d839bd697d
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ on:
jobs:
Build:
name: sfall
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Clone sfall