Skip to content

Commit

Permalink
Merge pull request #35580 from nextcloud/enh/noid/fix-CI
Browse files Browse the repository at this point in the history
downgrade ubuntu in order to fix CI
  • Loading branch information
blizzz authored Dec 5, 2022
2 parents 944be79 + 7964b86 commit 4196bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
phpunit-oci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3-primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4196bf8

Please sign in to comment.