From 006496e6a1acec6b0f2b3a66ec66ddc3e797fa3e Mon Sep 17 00:00:00 2001 From: Florian Wininger Date: Tue, 12 Apr 2022 09:15:10 +0200 Subject: Use the last ubuntu LTS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d92c39e..6a331f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [push, pull_request] jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: ruby-version: [2.7.2, 2.6.6, 3.0.1, 3.1.1] -- cgit v1.2.1