diff --git a/.github/workflows/fips.yml b/.github/workflows/fips.yml
index 48869c0b45f..e398d0c30db 100644
--- a/.github/workflows/fips.yml
+++ b/.github/workflows/fips.yml
@@ -58,7 +58,7 @@ jobs:
       fail-fast: false
       matrix:
         rust: [ stable ]
-        os: [ windows-2019, windows-2022 ]
+        os: [ windows-2019, windows-latest ]
         args:
           - --all-targets --features fips,unstable
           - --all-targets --features fips,bindgen,unstable
diff --git a/aws-lc-fips-sys/builder/printenv.bat b/aws-lc-fips-sys/builder/printenv.bat
index 0b4f310b722..df7178b3363 100644
--- a/aws-lc-fips-sys/builder/printenv.bat
+++ b/aws-lc-fips-sys/builder/printenv.bat
@@ -2,6 +2,7 @@
 setlocal EnableDelayedExpansion
 for /f "usebackq tokens=* delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath`) do (
     set "VS_PATH=%%i\VC\Auxiliary\Build\"
+    echo FOUND: "!VS_PATH!"
     goto FoundVS
 )