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 20, 2023
1 parent 86c75d2 commit 2cf1c32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ 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. We're running against windows-2019 for x64 for the time being.
runs-on: temporary-performance-testing_windows-2019_64-core
steps:
- name: Git clone the repository
Expand Down

0 comments on commit 2cf1c32

Please sign in to comment.