From 312a13f451eb31a495bbedeb189cfbd5cf77e717 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 8 Sep 2023 10:20:19 +0200 Subject: [PATCH] ci: Use github hosted runner for OCI Signed-off-by: Christoph Wurst --- .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 1b02fc735..7113e50f4 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -34,7 +34,7 @@ concurrency: jobs: phpunit-oci: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: