Merge pull request #9557 from jibees/9555-update-the-build-env

Update the build env. from ubuntu-18.04 to ubuntu-20.04
This commit is contained in:
Maikel
2022-09-07 13:43:42 +10:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ permissions:
jobs:
rspec:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:10
@@ -77,7 +77,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