Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3

fix(ci): Use ubuntu-latest for object storage test
This commit is contained in:
Ferdinand Thiessen 2024-07-16 12:16:17 +02:00 committed by GitHub
commit 465cee2da3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
- '**.php'
s3-primary-tests-minio:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: changes
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}