From d36690cfa7c6ca0abadb93d0fe5bb1c9544b9dc4 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 1 Oct 2020 15:47:59 +0200 Subject: [PATCH] change to the ubuntu-18.04 --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d4c250f..b451ee2 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -8,7 +8,7 @@ on: jobs: run: - runs-on: self-hosted + runs-on: ubuntu-18.04 strategy: matrix: php-versions: ['7.1', '7.2'] @@ -22,7 +22,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} env: - runner: self-hosted + runner: ubuntu-18.04 - name: Validate composer.json and composer.lock run: composer validate