From 6ff627e57ee19eeab29ae411f442fa3f6a801a5a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA 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: 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