summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-14 09:16:21 -0700
committerGitHub <noreply@github.com>2022-10-14 09:16:21 -0700
commit7e24ebc649b9b12e5fc704d7fc7563aeaf589e03 (patch)
tree4a5e4f0d3490b788cd6ee39a5da9d9ccdefb1512 /.github
parentee6cc2502664ac46edc61868d8954b626bb48e53 (diff)
Disable msystem: MINGW64 job on GitHub Actions (#6545)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 020295baa1..42c35e890c 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -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"