Merge pull request #50017 from nextcloud/fix/noid/run-kerberos-tests-on-ubuntu-latest

chore(ci): Run kerberos tests on ubuntu-latest
This commit is contained in:
Joas Schilling 2025-01-03 08:54:45 +01:00 committed by GitHub
commit 5058ec4de8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
- '**.php'
files-external-smb-kerberos:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: changes
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}