From 24fc941b4cc4410e116c70482053dc1fc9ad4614 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 11 Aug 2022 14:49:34 +0200 Subject: [PATCH] Update the build env. from ubuntu-18.04 to ubuntu-20.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41c3047f50..fbf67a722b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ permissions: jobs: rspec: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 services: postgres: image: postgres:10 @@ -78,7 +78,7 @@ jobs: if-no-files-found: ignore test-the-rest: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 services: postgres: image: postgres:10