diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 78464db7e..f7f597334 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
cd libs/funchook
md build
cd build
- cmake -G "Visual Studio 16 2019" -A x64 ..
+ cmake -G "Visual Studio 17 2022" -A x64 ..
(gc .\funchook-static.vcxproj) -replace 'MultiThreadedDLL', 'MultiThreaded' | Out-File .\funchook-static.vcxproj
cmake --build . --config Release