aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-20 17:11:51 +0900
committerusa <usa@garbagecollect.jp>2022-09-20 18:46:34 +0900
commit6ff627e57ee19eeab29ae411f442fa3f6a801a5a (patch)
tree3d4e7f56f9a3c0216b4400003ffe794ae310c9ed
parent13354c02a6a070bd63443397f7dfed5d7c15d2cb (diff)
downloadruby-6ff627e57ee19eeab29ae411f442fa3f6a801a5a.tar.gz
update ubuntu 18.04 for github actions
-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 c76a3e6c0a..c2efa640d9 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-latest, ubuntu-16.04]
+ os: [ubuntu-latest, ubuntu-18.04]
exclude:
- test_task: test-bundler
os: ubuntu-16.04