diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d28130afa2b..706a3318909 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,9 +40,8 @@ jobs: .\tests\ci\run_windows_tests.bat "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 SDE-64-bit: - # We have to run against windows-2019 due to an assembly intruction bug in MSVC2022's msvcrt.dll. - # The dll library tries to call vinsertf128 with memset, but this isn't available when testing - # against older processors with SDE. + # TODO: Update this to run on windows-2022. windows-2022 (Windows 11) has phased out support for older processors. + # https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-intel-processors runs-on: temporary-performance-testing_windows-2019_64-core steps: - name: Git clone the repository