downgrade ubuntu in order to fix CI

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-05 15:23:07 +01:00
parent ad7ddbdec5
commit d9226608b4
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ concurrency:
jobs:
phpunit-oci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:

View file

@ -8,7 +8,7 @@ on:
jobs:
s3-primary-tests-minio:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
# do not stop on another job's failure