diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 97c99aa0e1..f7b07ca80b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ jobs: os: - ubuntu-20.04 # - ubuntu-18.04 - configure: ["", "--with-coroutine=pthread", "cppflags=-DRUBY_DEBUG"] + configure: ["", "cppflags=-DRUBY_DEBUG"] include: - test_task: "test-all TESTS=--repeat-count=2" os: ubuntu-20.04