diff --git a/.github/workflows/integration-oci.yml b/.github/workflows/integration-oci.yml index 8b80e8e3cb5..eaba42531cc 100644 --- a/.github/workflows/integration-oci.yml +++ b/.github/workflows/integration-oci.yml @@ -46,7 +46,7 @@ jobs: - 'composer.lock' integration-oci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.src != 'false' diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index d18ef028e9d..149d2f3a867 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -53,7 +53,7 @@ jobs: - 'composer.lock' phpunit-oci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: [changes, matrix] if: needs.changes.outputs.src != 'false'