aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-07-08 15:07:27 +0200
committerJoas Schilling <coding@schilljs.com>2024-07-08 15:07:27 +0200
commit98413e558d9f4397d2014f6a9de3fb3aedec5bfd (patch)
treeda36d38151dc3c93e15b74200c461e6f4424a4f8
parentdf2233dfeb196b33363c4d720819b74930eb95bd (diff)
downloadnextcloud-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.yml2
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' }}