We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4587264 commit 858d503Copy full SHA for 858d503
.github/workflows/ci.yml
@@ -314,7 +314,8 @@ jobs:
314
fail-fast: false
315
matrix:
316
include:
317
- - { sys: mingw32, arch: i686, config: Release }
+ # 32-bit builds are running out of memory
318
+ # - { sys: mingw32, arch: i686, config: Release }
319
- { sys: mingw64, arch: x86_64, config: Debug }
320
- { sys: mingw64, arch: x86_64, config: Release }
321
- { sys: ucrt64, arch: x86_64, config: Release }
0 commit comments