ruby-changes:73628
From: Hiroshi <ko1@a...>
Date: Tue, 20 Sep 2022 18:46:52 +0900 (JST)
Subject: [ruby-changes:73628] 6ff627e57e (ruby_2_7): update ubuntu 18.04 for github actions
https://git.ruby-lang.org/ruby.git/commit/?id=6ff627e57e From 6ff627e57ee19eeab29ae411f442fa3f6a801a5a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 20 Sep 2022 17:11:51 +0900 Subject: update ubuntu 18.04 for github actions --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L11 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/