mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #35608 from nextcloud/backport/35580/stable23
[stable23] downgrade ubuntu in order to fix CI
This commit is contained in:
commit
2ca139a637
1 changed files with 1 additions and 1 deletions
2
.github/workflows/s3-primary.yml
vendored
2
.github/workflows/s3-primary.yml
vendored
|
|
@ -9,7 +9,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