fix(ci): Use ubuntu-latest for object storage test

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-07-15 15:58:22 +02:00
parent f94b0c3f55
commit 9b02ebde28

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' }}