Skip to content

Commit

Permalink
Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-f…
Browse files Browse the repository at this point in the history
…or-s3

fix(ci): Use ubuntu-latest for object storage test
  • Loading branch information
susnux authored Jul 16, 2024
2 parents bcfe566 + 9b02ebd commit 465cee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/object-storage-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 465cee2

Please sign in to comment.