Skip to content

Commit

Permalink
change wording of yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Oct 23, 2023
1 parent 86c75d2 commit b0ac612
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0ac612

Please sign in to comment.