chore: update ubuntu used in tests
This commit is contained in:
parent
ff53fcab10
commit
6ae33f2839
|
@ -4,7 +4,7 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12.2
|
image: postgres:12.2
|
||||||
|
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12.2
|
image: postgres:12.2
|
||||||
|
|
Loading…
Reference in New Issue