From 98413e558d9f4397d2014f6a9de3fb3aedec5bfd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 Jul 2024 15:07:27 +0200 Subject: [PATCH] Revert to all runners Signed-off-by: Joas Schilling --- .github/workflows/phpunit-oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index eee38382f39..d706ce1188c 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -48,7 +48,7 @@ jobs: - '**.php' phpunit-oci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.src != 'false' && ${{ github.repository_owner != 'nextcloud-gmbh' }}