From daf9ce26f5fbdeeaf30d31420995e8030e6bc5e7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 Jul 2024 12:37:24 +0200 Subject: [PATCH] Test 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 3a008191b27..30ef8a67460 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -48,7 +48,7 @@ jobs: - '**.php' phpunit-oci: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: changes if: needs.changes.outputs.src != 'false' && ${{ github.repository_owner != 'nextcloud-gmbh' }}