Skip to content

Commit

Permalink
Disable MSYS2 mingw32 CI due to running out of memory (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun authored May 16, 2023
1 parent 4587264 commit 858d503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ jobs:
fail-fast: false
matrix:
include:
- { sys: mingw32, arch: i686, config: Release }
# 32-bit builds are running out of memory
# - { sys: mingw32, arch: i686, config: Release }
- { sys: mingw64, arch: x86_64, config: Debug }
- { sys: mingw64, arch: x86_64, config: Release }
- { sys: ucrt64, arch: x86_64, config: Release }
Expand Down

0 comments on commit 858d503

Please sign in to comment.