Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Downgrade mingw to workaround Windows failure
Because of golang/go#46099 'make check' on Windows in GitHub Actions is failing with '==34372==ERROR: ThreadSanitizer failed to allocate 0x000003061000 (50728960) bytes at 0x200dabe7d0000 (error code: 87)' This commit downgrades mingw to 10.0.20 in order to avoid this problem. This will need to be reverted once this is fixed in mingw or golang.
- Loading branch information