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-03 23:01:05 +01:00
parent c19e7a9b68
commit 7964b860cd
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