summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-23 14:04:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-23 14:04:15 +0900
commit9f6fcfcd7f74d5537f7631837e425fd4b61c0400 (patch)
treeab31d5a3ab8b16db260c13518bb283052cb683f1 /.github/workflows/ubuntu.yml
parent892fe9bbbaa8b1c286d8d5404eb707ad4288a274 (diff)
Ubuntu 18.04 in GHA is deprecated from Aug 8,2022
https://github.com/actions/runner-images/issues/6002
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 4e4d1a02e1..372eb7cc2f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -24,7 +24,6 @@ jobs:
test_task: ["check", "test-bundler-parallel", "test-bundled-gems"]
os:
- ubuntu-20.04
-# - ubuntu-18.04
configure: ["", "cppflags=-DRUBY_DEBUG"]
include:
- test_task: "check"