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