Skip to content

Commit 858d503

Browse files
authored
Disable MSYS2 mingw32 CI due to running out of memory (#1305)
1 parent 4587264 commit 858d503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ jobs:
314314
fail-fast: false
315315
matrix:
316316
include:
317-
- { sys: mingw32, arch: i686, config: Release }
317+
# 32-bit builds are running out of memory
318+
# - { sys: mingw32, arch: i686, config: Release }
318319
- { sys: mingw64, arch: x86_64, config: Debug }
319320
- { sys: mingw64, arch: x86_64, config: Release }
320321
- { sys: ucrt64, arch: x86_64, config: Release }

0 commit comments

Comments
 (0)