From 7412c01ec29b2174e3dbc54a6611ee63bbf5ef3a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 16 Dec 2020 08:35:50 +1100 Subject: [PATCH] Change actions runtime --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d743637eaec7..994c92ea0a0d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -9,7 +9,7 @@ on: name: phpunit jobs: phpunit: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: php-versions: ['7.3', '7.4']