Skip to content

Commit

Permalink
Disable msystem: MINGW64 job on GitHub Actions (#6545)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 14, 2022
1 parent ee6cc25 commit 7e24ebc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mingw.yml
Expand Up @@ -37,10 +37,7 @@ jobs:
strategy:
matrix:
include:
- msystem: "MINGW64"
base_ruby: 2.6
test_task: "check"
test-all-opts: "--name=!/TestObjSpace#test_reachable_objects_during_iteration/"
# To mitigate flakiness of MinGW CI, we test only one runtime that newer MSYS2 uses.
- msystem: "UCRT64"
base_ruby: head
test_task: "check"
Expand Down

0 comments on commit 7e24ebc

Please sign in to comment.