diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-12-05 10:59:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 10:59:18 +0100 |
commit | 4196bf81e653c39d33d25c76652cc78dab8c5e1c (patch) | |
tree | f3a53bb2db89e17694b9b165466207b9257a3abf | |
parent | 944be7950a0199dbc48b99dac936987b13dd0383 (diff) | |
parent | 7964b860cdecae60bd14fb910bc7f7c904433e92 (diff) | |
download | nextcloud-server-4196bf81e653c39d33d25c76652cc78dab8c5e1c.tar.gz nextcloud-server-4196bf81e653c39d33d25c76652cc78dab8c5e1c.zip |
Merge pull request #35580 from nextcloud/enh/noid/fix-CI
downgrade ubuntu in order to fix CI
-rw-r--r-- | .github/workflows/oci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/s3-primary.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index a7e9417e4e6..adcc48dc90d 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -11,7 +11,7 @@ concurrency: jobs: phpunit-oci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: diff --git a/.github/workflows/s3-primary.yml b/.github/workflows/s3-primary.yml index 7d6fcef2043..13f1e02c8fb 100644 --- a/.github/workflows/s3-primary.yml +++ b/.github/workflows/s3-primary.yml @@ -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 |