mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
downgrade ubuntu in order to fix CI
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c19e7a9b68
commit
7964b860cd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/oci.yml
vendored
2
.github/workflows/oci.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
phpunit-oci:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
2
.github/workflows/s3-primary.yml
vendored
2
.github/workflows/s3-primary.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue