Update the build env. from ubuntu-18.04 to ubuntu-20.04

This commit is contained in:
Jean-Baptiste Bellet
2022-08-11 14:49:34 +02:00
parent 4a3bd510a7
commit 24fc941b4c

View File

@@ -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