Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround broken GitHub runner images (#6683)
This PR contains two changes: 1) Moves a pragma to disable a warning, which seems to be required by the new compiler. 2) Adds a preprocessor define to workaround the crashes caused by the runner image mismatching C++ runtime versions. The second change we will want to revert once the runner images are fixed. The issue tracking the runner images is: actions/runner-images#10004 Related #6668 (cherry picked from commit 0b9acdb)
- Loading branch information