Start using Ubuntu 20.04 runners

This commit is contained in:
Marc Alexander
2023-02-07 20:39:58 +01:00
parent 68b243f4ff
commit 9d9e0960c5

View File

@@ -19,7 +19,7 @@ on:
jobs:
# START Basic Checks Job (EPV, code sniffer, images check, etc.)
basic-checks:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
include:
@@ -87,7 +87,7 @@ jobs:
# START MySQL and MariaDB Job
mysql-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
include:
@@ -207,7 +207,7 @@ jobs:
# START PostgreSQL Job
postgres-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
include:
@@ -311,7 +311,7 @@ jobs:
# START Other Tests Job (SQLite 3 and mssql)
other-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
include: