diff options
author | Joas Schilling <coding@schilljs.com> | 2024-07-08 15:07:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-07-08 15:07:27 +0200 |
commit | 98413e558d9f4397d2014f6a9de3fb3aedec5bfd (patch) | |
tree | da36d38151dc3c93e15b74200c461e6f4424a4f8 | |
parent | df2233dfeb196b33363c4d720819b74930eb95bd (diff) | |
download | nextcloud-server-98413e558d9f4397d2014f6a9de3fb3aedec5bfd.tar.gz nextcloud-server-98413e558d9f4397d2014f6a9de3fb3aedec5bfd.zip |
Revert to all runners
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/workflows/phpunit-oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' }} |