summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-28 18:09:32 +0900
committerusa <usa@garbagecollect.jp>2023-03-29 10:57:28 +0900
commit332135b9a9138aee05d0fdbdc6ae8bb9788b222d (patch)
tree35cdaa3067dfe1382cff52ae2da1a89f122cb63d
parent33c0889ca39469eb233f8011a76254049fcc702c (diff)
downloadruby-332135b9a9138aee05d0fdbdc6ae8bb9788b222d.tar.gz
Ubuntu 18.04 in GHA is retired
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 7c208fe922..526fc47ce3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
- os: [ubuntu-20.04, ubuntu-18.04]
+ os: [ubuntu-20.04]
exclude:
- test_task: test-bundler
os: ubuntu-16.04