1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-04 09:43:08 +02:00

Run remaining Github Actions CI on Ubuntu 20.04.

The s390x/ppc64le tests are already running on 20.04.
This commit is contained in:
David Steele 2022-05-31 13:02:51 -04:00
parent 2643050be0
commit cb891fa2d4

View File

@ -14,7 +14,7 @@ on:
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
# Let all the jobs run to completion even if one fails