Skip to content

Commit 465cee2

Browse files
authored
Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3
fix(ci): Use ubuntu-latest for object storage test
2 parents bcfe566 + 9b02ebd commit 465cee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/object-storage-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- '**.php'
3939
4040
s3-primary-tests-minio:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-latest
4242
needs: changes
4343

4444
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}

0 commit comments

Comments
 (0)