aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-07-15 15:58:22 +0200
committerMarcel Müller <marcel-mueller@gmx.de>2024-07-15 15:58:22 +0200
commit9b02ebde2806131fdab58cce3550e7e0f5863f85 (patch)
treed2092b31f65ca80e6b4aa8119b1533b7de51b96a /.github
parentf94b0c3f55f1a3f2b24a6f554cf5a67a4deae959 (diff)
downloadnextcloud-server-9b02ebde2806131fdab58cce3550e7e0f5863f85.tar.gz
nextcloud-server-9b02ebde2806131fdab58cce3550e7e0f5863f85.zip
fix(ci): Use ubuntu-latest for object storage test
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/object-storage-s3.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/object-storage-s3.yml b/.github/workflows/object-storage-s3.yml
index 7c27b468c25..01a4cc432e1 100644
--- a/.github/workflows/object-storage-s3.yml
+++ b/.github/workflows/object-storage-s3.yml
@@ -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' }}