Disable msystem: MINGW64 job on GitHub Actions (#6545)
This commit is contained in:
parent
ee6cc25026
commit
7e24ebc649
Notes:
git
2022-10-15 01:16:47 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
5
.github/workflows/mingw.yml
vendored
5
.github/workflows/mingw.yml
vendored
@ -37,10 +37,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- msystem: "MINGW64"
|
# To mitigate flakiness of MinGW CI, we test only one runtime that newer MSYS2 uses.
|
||||||
base_ruby: 2.6
|
|
||||||
test_task: "check"
|
|
||||||
test-all-opts: "--name=!/TestObjSpace#test_reachable_objects_during_iteration/"
|
|
||||||
- msystem: "UCRT64"
|
- msystem: "UCRT64"
|
||||||
base_ruby: head
|
base_ruby: head
|
||||||
test_task: "check"
|
test_task: "check"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user